netromdk / slacker

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

CLI invocation with single command #20

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

We need to support running slacker like this:

$ ./slacker.py some.command --arg1 hello world

It should only run that single command and then exit.

netromdk commented 6 years ago

Requires #15 to be merged first.