Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirstCommand ¶
type FirstCommand struct {
// embedded cli.BaseCommand
cli.BaseCommand
// inject (add) secondCommand into FirstCommand
Second *secondCommand `cmd:""`
// inject flag
Profile *string `flag:"shorthand=p,value=dev,usage=e.g. --profile=test"`
Timeout *int `flag:"shorthand=t,value=1,usage=e.g. --timeout=2"`
}
FirstCommand is the root command
func (*FirstCommand) Init ¶
func (c *FirstCommand) Init()
func (*FirstCommand) Run ¶
func (c *FirstCommand) Run(args []string) error
Source Files
¶
- bar.go
- first.go
- foo.go
- second.go
Click to show internal directories.
Click to hide internal directories.