pub fn prompt_options<T>( text: impl Into<String>, options: &[T], ) -> Result<T, WrappedError>where T: Display + Copy,