pub fn input<T>(message: &str, default: Option<T>) -> Result<T>where T: Clone + Display + FromStr, T::Err: Display + Debug + Send + Sync + 'static,
Get text input from user