pub fn prompt_text_with_validation<F>(message: &str, validator: F) -> StringExpand description
Prompts for text input with a validator.
Behavior:
- On I/O failure, logs an error via
output::printand retries. - On validation failure, shows a status message and retries.