AlecAivazis / survey

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

multiselect: `enter` to `space` in help #276

Closed gobwas closed 4 years ago

gobwas commented 4 years ago

Looks like this must be space.

AlecAivazis commented 4 years ago

Thanks for fixing this @gobwas! Looks like you forgot to update the corresponding test to reflect your change.