Agentum07 / pe

0 stars 0 forks source link

List Command: case sensitivity issue #7

Open Agentum07 opened 3 years ago

Agentum07 commented 3 years ago

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 as LIST

Actual Result

Error message stating unknown command Screenshot 2021-11-12 165525.png

nus-pe-bot commented 3 years ago

Team's Response

Reason for not allowing this same as reason for duplicate issue.

The 'Original' Bug

[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 Screenshot 2021-11-12 165945.png


[original: nus-cs2103-AY2122S1/pe-interim#5725] [original labels: severity.Low type.FeatureFlaw]

Their Response to the 'Original' Bug

[This is the team's response to the above 'original' bug]

Our UG shows that the command for exiting the app is exit, not EXIT. 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.

Items for the Tester to Verify

:question: Issue duplicate status

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]


:question: Issue response

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.