Function get_large_choice_input

Source
pub fn get_large_choice_input(
    prompt: &str,
    title: &str,
    choices: &[&str],
) -> Option<usize>