Input prompts the user to enter a string value.
(prompt string, defaultValue string)
| 32 | MultiSelectWithSearch(prompt, searchPrompt string, defaults []string, persistentOptions []string, searchFunc func(string) MultiSelectSearchResult) ([]string, error) |
| 33 | // Input prompts the user to enter a string value. |
| 34 | Input(prompt string, defaultValue string) (string, error) |
| 35 | // Password prompts the user to enter a password. |
| 36 | Password(prompt string) (string, error) |
| 37 | // Confirm prompts the user to confirm an action. |
no outgoing calls