Help for script {{ script[:-3].title() }}
{% for name,arg in parser.arguments.items() %}
{{ name.title() }}:
{% if arg.choices %}
{% for c in arg.choices %}
{{ c }}
{% endfor %}
{% else %}
{% endif %}
{{arg.help}}
{% endfor %}