[{{ labels.folder }}]
$
php
cli
{{ command }}
{% if params is iterable %}
{% for item in params %}
{ {{ item.name }} }
{% endfor %}
{% endif %}
{% if description is not empty %}
{{ description }}
{% endif %}
{% if params is iterable %}
{{ labels.params }}
{% for item in params %}
-
{ {{ item.name }} }
{{ item.description }}
{% endfor %}
{% endif %}