Commit Graph

3 Commits

Author SHA1 Message Date
Salvador E. Tropea d55846fe85 Added missing empty line (flake8 detail) 2020-07-31 12:01:25 -03:00
Salvador E. Tropea 956cba7c98 Fixed verbosity levels bigger than 1.
Partially my fault and also a bug in docopt.
2020-07-28 23:09:33 -03:00
Salvador E. Tropea 2f0f3f755d Changed the command line parser from argparse to docopt.
This make the code cleaner and better documented.
Now the usage is more clear, and also a little bit more strict.
I'm using a modified docopt because I preffer using args.option instead of
args['--option'], I also fixed a few flake8 issues in docopt.py.
2020-06-26 12:04:56 -03:00