Documentation ¶
Index ¶
- type AdditionalArgsCompleter
- type ArgumentCompleter
- type Cache
- type Command
- type Commands
- type Completer
- type Exit
- type FlagCompleter
- type Help
- func (c *Help) Complete(ctx context.Context, r *readline.Readline, d prompt.Document) []prompt.Suggest
- func (c *Help) Description() string
- func (c *Help) Execute(ctx context.Context, r *readline.Readline) error
- func (c *Help) Name() string
- func (c *Help) Validate(ctx context.Context, r *readline.Readline) error
- type Helper
- type PassThroughArgsCompleter
- 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 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 ¶
Click to show internal directories.
Click to hide internal directories.