Documentation
¶
Index ¶
- type ArgParser
- func (ap *ArgParser) AddCommand(name string, help string) error
- func (ap *ArgParser) AddFlag(name string, help string, abbr rune) error
- func (ap *ArgParser) AddOption(name string, help string, abbr rune, defaultsTo string, allowed []string) error
- func (ap *ArgParser) Help()
- func (ap *ArgParser) Init(name string, description string)
- func (ap *ArgParser) Parse() (*ArgResults, error)
- type ArgResults
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.