blob: 2eb7ede937c31f22b4d4608df35c401fda609dff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# dialoguer
[](https://github.com/console-rs/dialoguer/actions?query=branch%3Amaster)
[](https://crates.io/crates/dialoguer)
[](https://docs.rs/dialoguer)
A rust library for command line prompts and similar things.
Best paired with other libraries in the family:
* [console](https://github.com/console-rs/console)
* [indicatif](https://github.com/console-rs/indicatif)
## License and Links
* [Documentation](https://docs.rs/dialoguer/)
* [Issue Tracker](https://github.com/console-rs/dialoguer/issues)
* [Examples](https://github.com/console-rs/dialoguer/tree/master/examples)
* License: [MIT](https://github.com/console-rs/dialoguer/blob/main/LICENSE)
|