Open Agentum07 opened 3 years ago
Reason for not allowing this same as reason for duplicate issue.
[The team marked this bug as a duplicate of the following bug]
Exit command, case sensitivity
Environment
Windows 11, java version 11.0.9
Steps to reproduce
Run command:
EXIT
Expected Result
Exit the app.
Actual Result
Error thrown
Unknown command
[original: nus-cs2103-AY2122S1/pe-interim#5725] [original labels: severity.Low type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Our UG shows that the command for exiting the app is
exit
, notEXIT
. The same is true for linked issues. Furthermore, most cli applications have case sensitive commands. We do not think this is a valid issue since it should be understood that users are supposed to follow command formats exactly for cli based applications.
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Team chose [response.Rejected
]
Reason for disagreement: In the documentation, it is not stated that the commands are case sensitive.
I am a very dramatic user, so I prefer to type LIST
instead of boring old list
. I checked the documentation and there is no statement telling me commands are case sensitive.
Furthermore, most cli applications have case sensitive commands
This is my first CLI application, so I would not know anything about that.
Environment
Windows 11, java version 11.0.9
Steps to reproduce
LIST
Expected Result
The app lists all the entries, given that
list
means the same asLIST
Actual Result
Error message stating
unknown command