Mon, 08 Jan 2018 14:59:21 +0100
Refactor argument parsing + New commands
* Restructured argument parsing to use subcommands.
* Move some common options to requests session (auth + verify)
* Allow for a common location for settings file (~/.scc_access.yaml)
* Update Readme
* Add option to list available files
* Add option to download existing files
ioannis@0 | 1 | syntax: glob |
ioannis@0 | 2 | *.rst~ |
ioannis@0 | 3 | *.py~ |
ioannis@0 | 4 | *.pyc |
ioannis@0 | 5 | re:^settings\.py$ |
ulalume3@4 | 6 | re:^\.idea/ |