Function get_input

Source
pub fn get_input(
    prompt: &str,
    default_opt: Option<String>,
    color: bool,
) -> Result<String>