Documentation ¶
Index ¶
- func BoolVar(rawArgs []string, args Flag) bool
- func CheckArgs(c *ishell.Context, args []Flag) error
- func HelpText(c *ishell.Context, args []Flag) bool
- func Info(a ...interface{})
- func IntVar(rawArgs []string, args Flag) (int, error)
- func OptsCompleter(args []Flag) func(prefix string, args []string) []string
- func StringSliceVar(rawArgs []string, args Flag) []string
- func StringVar(rawArgs []string, args Flag) string
- func Warn(a ...interface{})
- type Flag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OptsCompleter ¶ added in v1.4.0
OptsCompleter creates completer function for ishell from list of opts
func StringSliceVar ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.