netromdk / slacker

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

Help alias #96

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

Depends on #95. Fixes #85.

Implemented help command -> command --help alias:

usage: help [-h] [command]

Displays general help.

positional arguments:
  command     Get help on a specific command (same as 'command --help'). Valid
              choices: ['api.test', 'auth.test', 'channels.invite',
              'channels.list', 'chat.memessage', 'chat.postephemeral',
              'chat.postmessage', 'config', 'emoji.list', 'exit',
              'files.delete', 'files.list', 'help', 'log', 'users.list',
              'workspace']

optional arguments:
  -h, --help  show this help message and exit