hpdeifel / hledger-iadd

A terminal UI as drop-in replacement for hledger add.
BSD 3-Clause "New" or "Revised" License
77 stars 8 forks source link

Y/n prompts should be case insensitive #77

Closed csamak closed 11 months ago

csamak commented 1 year ago

Trivial issue, but when prompted:

Really abort this transaction (Y/n)

I instinctively type shift+y when I see the capital Y. However, this does not abort since aborting requires a lowercase y.

hpdeifel commented 1 year ago

Good suggestion!

hpdeifel commented 11 months ago

Should be fixed in git, if I found all instances