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
Salvador E. Tropea
cb809cbb8d
Added documentation for the technique used for the automagic doc
2020-06-23 11:17:53 -03:00
Salvador E. Tropea
a066887744
Modified the macros examples to make them as similar as possible.
...
So a diff between them is minimal.
2020-06-23 11:16:58 -03:00
Salvador E. Tropea
bcb35e90ef
Renamed test_mymacros.py to try_mymacros.py for pytest
...
They aren't regression tests.
2020-06-23 10:36:10 -03:00
Salvador E. Tropea
458d4ba0a9
Removed flake8 issues
2020-06-23 10:27:11 -03:00
Salvador E. Tropea
2bb2bd2034
Added preliminary tests to add "automagic" documenation for the output options
2020-06-22 19:47:37 -03:00
Salvador E. Tropea
734d2b9c35
Added an evaluation of "Strict YAML" to replace "PyYAML".
...
Conclusion: not worth the effort
2020-06-21 11:57:03 -03:00