ZeroKnight / ZeroBot

My personal IRC/Multi-protocol Bot created (and re-created) for education and amusement.
MIT License
1 stars 0 forks source link

Help formatting changes #19

Closed ZeroKnight closed 3 years ago

ZeroKnight commented 3 years ago

Fix display of subcommand aliases in help output

If a subcommand has any aliases, they are displayed as individual subcommands with identical descriptions in the help output:

image

Instead, each alias should be listed after the primary name, similar to how long/short options are displayed, e.g. add, new and del, rm, remove, delete.

Minor tweaks