Documentation ¶
Index ¶
- func Confirm(defaultAnswer bool, q string, v ...interface{}) (answer bool)
- func InputOrDefault(defaultValue, q string, v ...interface{}) (answer string, err error)
- func InputRequired(q string, v ...interface{}) (answer string, err error)
- func Password(q string, v ...interface{}) (password string, err error)
- func PrettyMap(data map[string]interface{})
- func Select(q string, options ...Option) (err error)
- type Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InputOrDefault ¶
InputOrDefault - ask user for mandatory input
func InputRequired ¶
InputRequired - ask user for mandatory input
Types ¶
Click to show internal directories.
Click to hide internal directories.