Documentation ¶
Index ¶
- type AdditionalArgsCompleter
- type ArgumentCompleter
- type Cache
- type Check
- type Command
- type Commands
- func (c Commands) Add(commands ...Command)
- func (c Commands) Get(name string) Command
- func (c Commands) Has(name string) bool
- func (c Commands) List() []Command
- func (c Commands) Load(paths ...string) error
- func (c Commands) MustAdd(command Command, err error)
- func (c Commands) TryAdd(command Command, err error) error
- type Completer
- type Env
- type Exit
- type FlagCompleter
- type Help
- type Helper
- type History
- type Option
- type PassThroughFlagsCompleter
- type Validator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AdditionalArgsCompleter ¶
type ArgumentCompleter ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) Description ¶
type Check ¶ added in v0.5.4
type Check struct {
// contains filtered or unexported fields
}
func (*Check) Description ¶ added in v0.5.4
type Env ¶ added in v0.5.0
type Env struct {
// contains filtered or unexported fields
}
func (*Env) Description ¶ added in v0.5.0
type Exit ¶
type Exit struct {
// contains filtered or unexported fields
}
func (*Exit) Description ¶
type FlagCompleter ¶
type Help ¶
type Help struct {
// contains filtered or unexported fields
}
func (*Help) Description ¶
type History ¶ added in v0.4.0
type History struct {
// contains filtered or unexported fields
}
func (*History) Description ¶ added in v0.4.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.