Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandDetail ¶
type CommandDetail struct {
Name string `json:"name"`
Use string `json:"use"`
Short string `json:"short"`
Long string `json:"long,omitempty"`
Flags []FlagDetail `json:"flags,omitempty"`
GlobalFlags []FlagDetail `json:"global_flags,omitempty"`
Subcommands []CommandDetail `json:"commands,omitempty"`
}
CommandDetail represents a command's full information
Click to show internal directories.
Click to hide internal directories.