Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Name string
Title string
Description string
Entrypoint func(c interface{}) error
Commands Commands
Colorizer func(a ...interface{}) string
AppText string
Parent *Command
}
Command is a specification for a command and can include any number of subcommands
Click to show internal directories.
Click to hide internal directories.