# dialoguer [![Build Status](https://github.com/console-rs/dialoguer/workflows/CI/badge.svg)](https://github.com/console-rs/dialoguer/actions?query=branch%3Amaster) [![Latest version](https://img.shields.io/crates/v/dialoguer.svg)](https://crates.io/crates/dialoguer) [![Documentation](https://docs.rs/dialoguer/badge.svg)](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)