Add boolean_question()
API to Console
#2128
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!
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()
andselection_question()
but didn't includeboolean_question()
at the time....but its ultimate inclusion is worthy.Describe the solution you'd like
Along with
text_question()
andselection_question()
, we should addboolean_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
The text was updated successfully, but these errors were encountered: