pub fn prompt_text_with_validation<F>(message: &str, validator: F) -> Stringwhere F: Fn(&str) -> Result<(), &str>,