fn prompt_index(count: usize) -> Result<Option<usize>>
Read a 1-based choice from the terminal. None means the user declined (empty line or EOF).
None