(prompt string, defaultValue bool)
| 40 | Select(prompt string, defaultValue string, options []string) (int, error) |
| 41 | MarkdownEditor(prompt string, defaultValue string, blankAllowed bool) (string, error) |
| 42 | Confirm(prompt string, defaultValue bool) (bool, error) |
| 43 | MultiSelect(prompt string, defaults []string, options []string) ([]int, error) |
| 44 | MultiSelectWithSearch(prompt, searchPrompt string, defaults []string, persistentOptions []string, searchFunc func(string) prompter.MultiSelectSearchResult) ([]string, error) |
| 45 | } |
no outgoing calls
no test coverage detected