Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArgumentData ¶
type CommandData ¶
type CommandData struct {
Path name.Path
Syntax string
Description []string
Options []OptionData
Arguments []ArgumentData
Subcommands []SubcommandData
}
type Data ¶
type Data struct {
Program string
Version string
Commands []CommandData
}
type OptionData ¶
type SubcommandData ¶
Click to show internal directories.
Click to hide internal directories.