ondretann / pe

0 stars 0 forks source link

Command argument prefixes are case sensitive #6

Open ondretann opened 6 months ago

ondretann commented 6 months ago

Command argument prefixes, such as "e/" are case-sensitive. This means that the app will not recognise prefixes such as "E/". This adds unnecessary inconvenience for users.

Screenshot 2024-04-19 at 5.07.54 PM.png

Note: error message is wrong as said in #5.

soc-se-bot commented 6 months ago

Team's Response

We explained this in the user guide. We think that the design choice is justified.

The command name and tag is case-sensitive, following tradition of bash shell commands. Nevertheless, all command names are in lowercase, and typing lowercase characters is faster than typing uppercase characters.

Similar to #2541 though, it's possible to have a configuration option to configure this.

Items for the Tester to Verify

:question: Issue response

Team chose [response.NotInScope]

Reason for disagreement: [replace this with your explanation]