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

Add boolean_question() API to Console #2128

Open
rmartin16 opened this issue Jan 22, 2025 · 3 comments
Open

Add boolean_question() API to Console #2128

rmartin16 opened this issue Jan 22, 2025 · 3 comments
Labels
enhancement New features, or improvements to existing features. good first issue Is this your first time contributing? This could be a good place to start!

Comments

@rmartin16
Copy link
Member

What is the problem or limitation you are having?

in #2124, we added a set of APIs for soliciting user input. We added text_question() and selection_question() but didn't include boolean_question() at the time....but its ultimate inclusion is worthy.

Describe the solution you'd like

Along with text_question() and selection_question(), we should add boolean_question(); it would have the same semantics but only accept boolean responses.

Describe alternatives you've considered

Boolean question framing and prompting can be done manually.

Additional context

No response

@rmartin16 rmartin16 added enhancement New features, or improvements to existing features. good first issue Is this your first time contributing? This could be a good place to start! labels Jan 22, 2025
@dkarvan8
Copy link

dkarvan8 commented Feb 1, 2025

Hi, I want to work on this issue. Can you assign it to me?

@mhsmith
Copy link
Member

mhsmith commented Feb 1, 2025

We don't use the GitHub assignment feature – posting a comment is enough.

You've posted this comment on 5 issues today, but I recommend you only work on one at a time until you're more familiar with the project.

@dkarvan8
Copy link

dkarvan8 commented Feb 1, 2025

Apologies for commenting on multiple issues earlier—I was just eager to contribute as I’m new to open-source contributions. I appreciate the guidance, and I’ll focus on this specific issue first. Looking forward to working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New features, or improvements to existing features. good first issue Is this your first time contributing? This could be a good place to start!
Projects
None yet
Development

No branches or pull requests

3 participants