Crate eprompt

source ·

Functions

Prompts the user for input and parses it to the specified type.
Offers the user a multiple selections to choose and returns a list of the chosed values. this is basically a checkbox select.
Offers the user a multiple options and the user may select one. this is basically a radio select.

Type Definitions

The crossterm result type.