More tidying.
[yaffs-website] / vendor / drupal / console / templates / gitbook / available-commands-list.md.twig
1 {% for namespace in application.namespaces %}
2 {% if not loop.first %}
3 {% set last_namespace = namespace %}
4 {% endif %}
5 {% if last_namespace is defined %}
6
7   {# Empty new line hack #}
8 {% endif %}
9 {% spaceless %}
10 {% for command in commands[namespace] %}
11   * [{{ command.name }}](commands/{{ command.name|replace(':','-') }}.md)
12 {% endfor %}
13 {% endspaceless %}
14 {% endfor %}