Documentation
¶
Index ¶
- func CollectInputs(a *actions.Action, existing map[string]string) (map[string]string, error)
- func Confirm(message string) (bool, error)
- func ConfirmYes(message string) (bool, error)
- func MultiSelect(label string, options []actions.SelectOption) ([]string, error)
- func Select(label string, options []actions.SelectOption) (string, error)
- func String(label, defaultVal string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectInputs ¶
CollectInputs collects all required inputs for an action.
func ConfirmYes ¶
ConfirmYes asks a yes/no question (default: yes).
func MultiSelect ¶
func MultiSelect(label string, options []actions.SelectOption) ([]string, error)
MultiSelect asks user to select multiple options.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.