(prompt, searchPrompt string, defaults []string, persistentOptions []string, searchFunc func(string) prompter.MultiSelectSearchResult)
| 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 | } |
| 46 | |
| 47 | func ConfirmIssueSubmission(p Prompt, allowPreview bool, allowMetadata bool) (Action, error) { |
no outgoing calls
no test coverage detected