pub fn input<T>(message: &str, default: Option<T>) -> Result<T>where T: FromStr + Display + Clone, T::Err: Display,
Prompt the user for input