Documentation ¶
Index ¶
- func Ask(inputs []*survey.Question, response interface{}) error
- func AskOne(input *survey.Question, response interface{}) error
- func BoolInput(name string, message string, help string, required bool) *survey.Question
- func Confirm(message string) bool
- func SelectInput(name string, message string, help string, options []string, required bool) *survey.Question
- func TextInput(name string, message string, help string, required bool) *survey.Question
- func TextInputDefault(name string, message string, help string, value string, required bool) *survey.Question
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SelectInput ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.