Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddCommandsTo ¶
Types ¶
type CommandData ¶
type CommandData struct {
Name string
Description string
LongDescription string
Usage string
Example string
HasParent bool
ParentCommandPath string
ParentCommandName string
ParentFilePath string
Aliases []string
Flags []FlagInfo
LocalFlags []FlagInfo
PersistentFlags []FlagInfo
HasSubCommands bool
SubCommands []string
IsAvailableCommand bool
FilepathPrefix string
}
type CommandInfo ¶
type IndexData ¶
type IndexData struct {
Commands []CommandInfo
GeneratedAt string
Version string
}
Click to show internal directories.
Click to hide internal directories.