Jaymon / captain

command line python scripts for humans
MIT License
13 stars 1 forks source link

Hide aliases from help output #82

Closed Jaymon closed 4 months ago

Jaymon commented 4 months ago

Each subcommand Command has a ton of aliases, which causes the help to be very overwhelming. I'd like to hide printing out the aliases in help, they should still be valid and work when actually calling the command, but I don't want them all printing out.