You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When yay asks a question, for example :: Proceed with installation? [Y/n] and you mistype and enter any other letter than Y or N, yay will treat that as N and abort the installation.
Describe the solution you'd like
If entering wrong letter, yay should just repeat the question instead.
Describe alternatives you've considered
The alternative is to go through the whole process of installing again after mistyping, which is very cumbersome.
Additional context
It seems like most other command line tools work that way?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When yay asks a question, for example
:: Proceed with installation? [Y/n]
and you mistype and enter any other letter than Y or N, yay will treat that asN
and abort the installation.Describe the solution you'd like
If entering wrong letter, yay should just repeat the question instead.
Describe alternatives you've considered
The alternative is to go through the whole process of installing again after mistyping, which is very cumbersome.
Additional context
It seems like most other command line tools work that way?
The text was updated successfully, but these errors were encountered: