Documentation
¶
Index ¶
- func Confirm(label string, placeholder bool) (bool, error)
- func MustConfirm(label string, placeholder bool) bool
- func MustPrompt(label, placeholder string) string
- func Prompt(label, placeholder string) (string, error)
- func ShowAppHelp(cmd *Command) error
- func ShowCommandHelp(cmd *Command) error
- type BoolFlag
- type Command
- type Flag
- type IntFlag
- type IntSliceFlag
- type StringFlag
- type StringSliceFlag
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MustConfirm ¶
func MustPrompt ¶
func ShowAppHelp ¶
func ShowCommandHelp ¶
Types ¶
type IntSliceFlag ¶
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.