Documentation
¶
Index ¶
- Variables
- func CreateSurveyConfirm(message string, options AskOpts) (bool, error)
- func CreateSurveyInput(message string, options AskOpts) (string, error)
- func CreateSurveyMultiSelect(message string, choices []string, options AskOpts) ([]string, error)
- func CreateSurveySelect(message string, choices []string, options AskOpts) (string, error)
- func IsTTY() bool
- func Lock()
- func Unlock()
- type AskOpts
Constants ¶
This section is empty.
Variables ¶
View Source
var TermLock sync.Mutex
Functions ¶
func CreateSurveyMultiSelect ¶
func CreateSurveySelect ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.