pub fn text_prompt_when_none( prompt: &str, val: Option<String>, ) -> InquireResult<String>
Prompt the user for input if the value is None
Typically used when the user can provide a value via CLI or prompt