Look at short flags in https://microsoft.github.io/bedrock-cli/commands and
For example, some commands have a short flag -p for --project and others have no short flag.
An effort was started in the past but is out of date here.. Use https://microsoft.github.io/bedrock-cli/commands as the source of truth
A command option should have same the same short flag and multi-word name across all CLI commands to be consistent.
Does this require updates to documentation?:
YES!