Open ondretann opened 6 months ago
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.
That said, it might be possible to consider having a flag in the future to enable this behavior.
Team chose [response.NotInScope
]
Reason for disagreement: [replace this with your explanation]
Command words are case-sensitive, which mean commands like "COPY 1" are not recognised by the app.
This may have added unnecessary inconvenience for users since case-sensitivity will serve no purpose for all the commands.