Expand description
A prompt library for Rust. Based on huh? for Go.
Structs§
- Confirm
- A confirmation dialog
- Demand
Option - An individual option in a select or multi-select.
- Dialog
- A multi-button dialog
- Dialog
Button - A button to select in a dialog
- FnAutocomplete
- Simple function-based autocompleter
- Input
- Single line text input
- List
- Display a list of options
- Multi
Select - Select multiple options from a list
- NoAutocompletion
- No-op autocompleter that provides no suggestions or completions
- Select
- Select a single option from a list
- Spinner
- Show a spinner
- Spinner
Style - The style of the spinner
- Theme
- Theme for styling the UI.
Traits§
- Autocomplete
- Trait for implementing autocompletion features for text inputs.
- Autocomplete
Clone - Input
Validator - Input validator trait