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

Allow to specify single characters for making a choice rather than numeric entry. #2

Open
seanohue opened this issue Jan 3, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@seanohue
Copy link
Owner

seanohue commented Jan 3, 2019

Right now Lobus supports the following sort of output/input (formatting simplified):

What is your favorite color?
1) red
2) blue
3) green

The user would enter 3 for green.

It would be nice to support the following:

What is your favorite color?
[r]ed
[b]lue
[g]reen

In this case, the user would enter G/g for green.

@seanohue seanohue added the enhancement New feature or request label Jan 3, 2019
@seanohue seanohue added the good first issue Good for newcomers label Feb 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant