Expand description
Contains functions for prompting the user in the various user-facing executables.
Structs§
- Autocompletes files
- Defines a history that relates to a particular file.
Enums§
- Defines the errors that may occur when running any of the input functions.
Functions§
- Prompts the user with a yes/no question.
- Prompts the user for a string.
- Prompts the user for a map of arbitrary size.
- Prompts the user for an input path.
- Prompts the user for a vector of arbitrary size.
- Prompts the user to select on the given values.
Type Aliases§
- A validator can be used to provide a shared concrete type when none are available.