marcosnils / bin

Effortless binary manager
MIT License
685 stars 46 forks source link

Treat empty input as default suggested by prompt #116

Closed loganlinn closed 2 years ago

loganlinn commented 2 years ago

The prompt,Do you want to continue? [Y/n], uses conventional notation where capitalized letter is default option. Empty input line results in Command aborted which is unexpected behavior to user. This change treats empty string the same as "y"

marcosnils commented 2 years ago

Empty input line results in Command aborted which is unexpected behavior to user.

Good catch, thx for the input