Open UdhayaShan1 opened 7 months ago
It is stated in the UG that commands are to be entered in lower cases.
Team chose [response.Rejected
]
Reason for disagreement: By rejecting this report, the developers are not acknowledging the root issue of overzealous case sensitive command words which is clearly an issue to rectify. This should not be "expected and correct behavior"
-I believe this is unreasonable for a CLI application as well as This is also overzealous validation of my command words, suppose a user has CAPS on and types command words as caps ADD n/DENZEL e/EMAIL...
. We should expect any CLI app to accept keywords in case-insensitive manner as many users may mix up their command words knowingly or not. This should cause a hindrance to most users.
Since this is a possible issue that should be rectified in future iterations, I believe there is no grounds to reject this downright.
I believe command words should case insensitive,
ADD
should be parsed no differently fromadd
. In this case, invalid command is shown.Unable to take screenshot as the suggestion box for CLI keeps popping up.
This should return same result as
add n/...