AlecAivazis / survey

A golang library for building interactive and accessible prompts with full support for windows and posix terminals.
MIT License
4.09k stars 355 forks source link

Select and multiselect controls not obvious #184

Closed willdot closed 5 years ago

willdot commented 5 years ago

When using the select or mutliselect options, the instructions are "Use arrows to move, type to filter" but it doesn't mention anything about what key to use to select an option or how to continue.

jstrachan commented 5 years ago

I hit this too - I've raised a PR for multi-select https://github.com/AlecAivazis/survey/pull/185

AlecAivazis commented 5 years ago

I'm going to close this since #185 and #187 have been merged