Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶ added in v0.1.31
type Command struct { Name string Title string Description string Documentation string Entrypoint func(c interface{}) error Commands Commands Parent *Command Opts map[string]config.Option sync.Mutex }
Command is a specification for a command and can include any number of subcommands, and for each Command a list of options
Click to show internal directories.
Click to hide internal directories.