Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RootCommand ¶ added in v0.9.0
type RootCommand struct {
// embedded cli.BaseCommand
cli.BaseCommand
//TODO: 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 NewRootCommand ¶ added in v0.9.0
func NewRootCommand(second *secondCommand) *RootCommand
NewRootCommand the root command
func (*RootCommand) Run ¶ added in v0.9.0
func (c *RootCommand) Run(args []string) error
Run root command handler
Source Files
¶
- bar.go
- foo.go
- root.go
- second.go
Click to show internal directories.
Click to hide internal directories.