netromdk / slacker

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

Slacker arguments #26

Closed netromdk closed 6 years ago

netromdk commented 6 years ago

Implement argument parsing for slacker: --version|-V, --verbose|-v, --help|h

It needs to support "end of arguments" with --, which is only needed if a command is specified afterwards.

Examples:

% slacker --verbose -- files.list --types=gdocs,zips
# Runs single command in verbose mode and exits.

% slacker --verbose
# Runs REPL in verbose mode.