User interaction
Recipe | Crates | Categories |
---|---|---|
Ask for confirmation, selection, text input | ||
Display progress bars and spinners | {{hi:indicatif}} |
TODO
Ask for confirmation, selection, text input
inquire
provides several different prompts in order to interactively ask the user for information via the CLI.
Display progress bars and spinners
indicatif
⮳ is a Rust library for indicating progress in command line applications to users.
This currently primarily provides progress bars and spinners as well as basic color support.
TODO write