{%- if !subcommands.is_empty() -%}
{{ name }}
{%- else -%}
{{ name }}
{%- endif -%}
{% for child in subcommands %} {{ child.render().unwrap() }} {% endfor %}