Documentation ¶
Index ¶
- func Confirm(label string, placeholder bool) (bool, error)
- func Error(v ...interface{})
- func Errorf(format string, a ...interface{})
- func Fatal(v ...interface{})
- func Fatalf(format string, a ...interface{})
- func Info(v ...interface{})
- func Infof(format string, a ...interface{})
- func OpenURL(url string) error
- func Prompt(label, placeholder string) (string, error)
- func Select(label string, items []string) (int, string, error)
- func Table(header []string, rows [][]string)
- func Warn(v ...interface{})
- func Warnf(format string, a ...interface{})
- type App
- type BoolFlag
- type Command
- type Context
- type Flag
- type IntFlag
- type IntSliceFlag
- type PathFlag
- type StringFlag
- type StringSliceFlag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntSliceFlag ¶ added in v0.2.0
type IntSliceFlag = cli.IntSliceFlag
type StringFlag ¶
type StringFlag = cli.StringFlag
type StringSliceFlag ¶
type StringSliceFlag = cli.StringSliceFlag
Click to show internal directories.
Click to hide internal directories.