We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Essentially ask yes/no from a user. Something like:
? Enter value (Y/n)
Enter something invalid:
? Enter value (Y/n) >>> Sorry, your input is invalid: 'hi', try again
Accept default, or press y and enter:
? Enter value true
Context would then have boolean value when component exists.