Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple answers menu possible? #187

Closed
tukanos opened this issue Feb 2, 2016 · 2 comments
Closed

Multiple answers menu possible? #187

tukanos opened this issue Feb 2, 2016 · 2 comments
Labels

Comments

@tukanos
Copy link

tukanos commented Feb 2, 2016

Hi,
I tried to read the Rdoc for HighLine but could not find a solution for such menu. Maybe someone has found a simple way of doing such menu? (you can do it with multiple ask(s) and numbers but that is not the point).

How would you do the following:
Select courses for your menu:
[ ] appetizer
[ ] soup
[ ] main dish
[ ] desert

User should select a menu like this:
[ ] appetizer
[x] soup
[x] main dish
[ ] desert

Which would end up in the Array [:soup, :main_dish]. I thought that could be done via numbers selecting multiple answers or maybe interactive (I presume that would be hard)?

Thank you,

@abinoam
Copy link
Collaborator

abinoam commented Feb 19, 2016

ncurses (with all sort of dependency related problems attached) it's what comes to my mind.
Currently no support for that (that I can remember).

@abinoam
Copy link
Collaborator

abinoam commented May 31, 2016

Hi @tukanos,
Closing this. Feel free to reopen it if you need.

@abinoam abinoam closed this as completed May 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants