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
Handler CommandHandler
UsageHelp string
Description string
Examples string
FlagSet *flag.FlagSet
// contains filtered or unexported fields
}
func (*Command) AddSubCommand ¶
func (Command) PrintUsage ¶
func (c Command) PrintUsage()
type CommandHandler ¶
Click to show internal directories.
Click to hide internal directories.