pub fn select<T>(title: &str, options: Vec<T>) -> Result<usize, InitError>where T: Display,
Creates a select prompt