pub fn text(label: &str, default: Option<&str>) -> String
Prompt for a text value with an optional default.
Panics when terminal input cannot be read.