(string, bool)
| 28 | MultiSelect(prompt string, defaults []string, options []string) ([]int, error) |
| 29 | Input(string, string) (string, error) |
| 30 | Confirm(string, bool) (bool, error) |
| 31 | Select(string, string, []string) (int, error) |
| 32 | } |
| 33 |
no outgoing calls
no test coverage detected