netromdk / slacker

Slacker - Easy access to the Slack API and admin of workspaces/teams.
MIT License
14 stars 0 forks source link

Extend help command #85

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

In lots of programs with subcommands, such as git and lldb, you can write help command_name to get further information. While all commands with an argument parser defined has -h|--help it's not always obvious to the user.

Thus, I propose that we implement the "alias" of help command --> command --help.