KiBot/experiments
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
..
__doc__ Added documentation for the technique used for the automagic doc 2020-06-23 11:17:53 -03:00
docopt Changed the command line parser from argparse to docopt. 2020-06-26 12:04:56 -03:00
strict_yaml Added an evaluation of "Strict YAML" to replace "PyYAML". 2020-06-21 11:57:03 -03:00