yakshaveinc / python

Shaving Python Yaks
https://yakshaveinc.github.io/python/
The Unlicense
0 stars 0 forks source link

Data format for command line help in Python #5

Open techtonik opened 6 years ago

techtonik commented 6 years ago

Formatting Python argparse help is awful. It requires hacking through debris of interwined code - see https://github.com/techtonik/suxx-tracker/issues/1 for details.

The solution is to try to create data format for command line help that could be easily rendered with Jinja2 template.