{% set icon = icon|default('terminal blue') %} {% if title is not empty %}
{{ title }}
{% endif %}
[{{ 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 }}
{% endif %}