console-rs / dialoguer

Rust utility library for nice command line prompts and similar things
MIT License
1.31k stars 143 forks source link

Fix prompt in `select.rs` example #289

Closed jwodder closed 11 months ago

jwodder commented 11 months ago

The prompt for the third dialogue in examples/select.rs says "Optionally pick your flavor", but the choice is not optional. This PR removes the word "Optionally."