Documentation ¶
Index ¶
- func Checkboxes(label string, opts []string) ([]string, error)
- func ConfirmPrompt(label string) (bool, error)
- func Error(message ...interface{})
- func Errorf(format string, message ...interface{})
- func Fatal(message ...interface{})
- func Fatalf(format string, message ...interface{})
- func InputPrompt(label string) (string, error)
- func NewPanel() *panel
- func PrintfColor(c Color, format string, a ...interface{})
- func PrintlnColor(c Color, a ...interface{})
- func SingleCheckboxes(label string, opts []string) (string, error)
- func SingleCheckboxesIndex(label string, opts []string) (int, error)
- type Color
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConfirmPrompt ¶
func Errorf ¶
func Errorf(format string, message ...interface{})
Errorf Show error message (formatted) to user
func Fatalf ¶
func Fatalf(format string, message ...interface{})
Fatalf Show error message (formatted) to user, then exit
func InputPrompt ¶
func PrintfColor ¶
func PrintlnColor ¶
func PrintlnColor(c Color, a ...interface{})
Types ¶
Click to show internal directories.
Click to hide internal directories.