Registry / cli / dialoguer

dialoguer

JSON →
library0.12.0rscratesunverified

A command line prompting library.

# Cargo.toml [dependencies] dialoguer = "0.12.0"
INSTALL
IMPORT
SIG · DIALOGUER
D
dialoguer
clirustv0.12.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Input
use dialoguer::Input;

Prompts the user for text input.

use dialoguer::Input; fn main() { let name: String = Input::new() .with_prompt("Your name") .interact_text() .unwrap(); println!("Hello {}", name); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.12.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
20
Resources
dialoguer — cargo add dialoguer · libregistry