Open techtonik opened 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.
argparse
The solution is to try to create data format for command line help that could be easily rendered with Jinja2 template.
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.