Is your feature request related to a problem? Please describe.
Users do not see command and branch alias when I use the "-h" or "--help" options.
They are only useful if a user knows they exist.
Describe the solution you'd like
Add to help information displayed in the same manner that option aliases are shown.
For example, "ver" below is an alias for "versioning":
USAGE:
git2semver [OPTIONS] <COMMAND>
OPTIONS:
-h, --help Prints help information
-v, --version Prints version information
COMMANDS:
versioning, ver Solution versioning commands (Alias 'ver')
changelog Generate changelog command
Describe alternatives you've considered
None.
Additional context
Discussion 1851 was raised first to check if there ways to do this.
Please upvote 👍 this issue if you are interested in it.
Is your feature request related to a problem? Please describe.
Users do not see command and branch alias when I use the "-h" or "--help" options.
They are only useful if a user knows they exist.
Describe the solution you'd like
Add to help information displayed in the same manner that option aliases are shown.
For example, "ver" below is an alias for "versioning":
Describe alternatives you've considered
None.
Additional context
Discussion 1851 was raised first to check if there ways to do this.
Please upvote 👍 this issue if you are interested in it.