Expand description
Interactive prompt utilities
Provides centralized prompt handling with automatic non-interactive mode support. All prompts check for non-interactive mode and return appropriate errors.
Functionsยง
- confirm
- Prompt for confirmation (yes/no)
- confirm_
destructive - Prompt for confirmation with a required affirmative answer
- input
- Prompt for text input with validation
- input_
validated - Prompt for text input with custom validation
- multi_
select - Prompt for multiple selections
- select
- Prompt for selection from a list of options
- select_
with_ default - Prompt for selection with a default index