pub fn get_user_input( text: &str, default_text: &str, allow_spaces: bool, ) -> Option<String>
Get text response.