Skip to content

Adds a basic command line interface

Gregory Ashton requested to merge add-command-line-interface into master

Closes #68 (closed) by giving a simple interface to set the log-level (unless set at the script level) and whether or not to use cached data.

You can check what is available with

$ python basic_tutorial.py --help

for example.

Merge request reports