Skip to main content

text

Function text 

Source
pub fn text(label: &str, default: Option<&str>) -> String
Expand description

Prompt for a text value with an optional default.

ยงPanics

Panics when terminal input cannot be read.