{{ command }}

The {{ command }} command: {{ description }}

Usage:

        $ drupal {{ command }} {% if arguments|length>0 %}[arguments] {% endif %}{% if options|length>0 %}[options] {% endif %}
    

{% if options|length>0 %}

Available options

{% for option in options %} {% endfor %}
Option Details
{{ option.name }} {{ option.description }}
{% endif %} {% if arguments|length>0 %}

Available arguments

{% for argument in arguments %} {% endfor %}
Argument Details
{{ argument.name }} {{ argument.description }}
{% endif %}