Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InitCommand ¶
type InitCommand struct {
// contains filtered or unexported fields
}
func NewInitCommand ¶
func NewInitCommand(i *do.Injector) (*InitCommand, error)
func (*InitCommand) AddCommand ¶
func (c *InitCommand) AddCommand(cmds ...Commander)
func (*InitCommand) Command ¶
func (c *InitCommand) Command() *cobra.Command
type RootCommand ¶
type RootCommand struct {
// contains filtered or unexported fields
}
func NewRootCommand ¶
func NewRootCommand(i *do.Injector) (*RootCommand, error)
func (*RootCommand) AddCommand ¶
func (c *RootCommand) AddCommand(cmds ...Commander)
Click to show internal directories.
Click to hide internal directories.