2 releases
0.1.1 | Jan 24, 2023 |
---|---|
0.1.0 | Jan 24, 2023 |
#998 in Command-line interface
20KB
390 lines
Simple-CLI
A simple library for handling command-line input and output in Rust.
Features
- Handles invalid input and prompting user to retry input.
- Methods for prompting string and number input
- Methods for prompting the user to select a string or number from a list of choices
- Methods for displaying vector contents, paginated or unpaginated.