fn prompt_parse<T: FromStr>(label: &str) -> Twhere T::Err: Debug,
Prompts the user for input and parses it to a specific type