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