Documentation
¶
Index ¶
- type AdditionalArgsCompleter
- type ArgumentCompleter
- type Cache
- func (c *Cache) Complete(ctx context.Context, r *readline.Readline) []goprompt.Suggest
- func (c *Cache) Description() string
- func (c *Cache) Execute(ctx context.Context, args *readline.Readline) error
- func (c *Cache) Help(ctx context.Context, r *readline.Readline) string
- func (c *Cache) Name() string
- type Command
- type Commands
- type Completer
- type Exit
- type FlagCompleter
- type Help
- type Helper
- 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.