Skip to content

Commit

Permalink
docs: update main module documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelmello committed Jul 26, 2021
1 parent 8f38fc8 commit 7c14c4f
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@
//! - Select one option among many choices
//! - Select many options among many choices
//! - The user can filter the options on both selects!
//! - Input a line of text (with possible suggestions)
//! - Input a line of text
//! - You can easily set-up auto-completion.
//! - Confirm an action with yes or no responses
//! - Input a password without echoing the content
//! - and more to come!
//! - Input a text and have it automatically validated and parsed to retrieve any type
//! - Useful when asking for numerical inputs, or even formatted ids!
//! - Input a password
//! - Pick a date from an interactive calendar.
//!
//! You can customize several aspects of each one of these prompts such as the page
//! size and the behavior of the filter when selecting options, help and error messages,
//! validate inputs, format the final output, etc.
//!
//! A more complete documentation is present in the `README.md` file of the repository.
//! Please go there while the proper docs are being updated.
//!
//! Example
//! ```rust no_run
Expand Down

0 comments on commit 7c14c4f

Please sign in to comment.