Closed CyberSkull closed 9 years ago
Indeed we shouldn't be case sensitive here. I'll fix that.
Should be fixed with #99
All prompts should generally be case insensitive. What I normall do is prior to checking my prompt, I chomp out whitespaces, then if I have a case sensitive comparison function I change my input to lower case and only then compare to my list of valid commands.
I went through and got a bunch of ISRCs ready to submit, and when prompted, I entered
Y
(instead ofy
) and then it replied that nothing had been submitted.So I re-ran the command and when I came to the submit prompt I typed
y
and it worked.