Documentation
¶
Index ¶
- func AskForConfirmation(question string) bool
- func AskForConfirmationWithError(question string) (bool, error)
- func AskMultiSelect(question string, options []string) []string
- func AskMultiSelectWithError(question string, options []string) ([]string, error)
- func AskSelect(question string, options []string) string
- func AskSelectMapKeys(question string, options map[string]string) string
- func AskSelectWithError(question string, options []string) (string, error)
- func AskSelectWithFilter(question string, options []string, filter string) string
- func AskString(question string) string
- func AskStringWithOptions(question, def string, options Config) (string, error)
- type Config
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AskForConfirmation ¶
func AskMultiSelect ¶
func AskMultiSelectWithError ¶
func AskSelectWithError ¶
func AskSelectWithFilter ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.