Implement yes-no prompt #86
Labels
A-logging
Area - Logging
C-enhancement
Category - New feature or request
C-good-first-issue
Category - Good for newcomers
D-easy
Difficulty - Easy
P-low
Priority - Low
Implement a shorthand
[Y/n]
or[y/N]
input prompt for simple yes or no questions. It should use the Text backend and parse into a bool.Proposal
3 builder methods to be added:
The text was updated successfully, but these errors were encountered: