Security update for Core, with self-updated composer
[yaffs-website] / vendor / drupal / console / templates / gitbook / available-commands.md.twig
diff --git a/vendor/drupal/console/templates/gitbook/available-commands.md.twig b/vendor/drupal/console/templates/gitbook/available-commands.md.twig
deleted file mode 100644 (file)
index a9791ba..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-# {{ application.messages.title }}
-
-**{{ application.messages.note }}:** {{ application.messages.note_description }}.
-
-{{ application.messages.command }} | {{ application.messages.details }}
------------- | -------------
-{% for namespace in application.namespaces %}
-{% if namespace != 'none' %}
-**{{ namespace }}**  |
-{% endif %}
-{% for command in commands[namespace] %}
-[{{ command.name }}]({{ command.name|replace(':','-') }}.md) | {{ command.description }}
-{% endfor %}
-{% endfor %}
-{% if application.options|length>0 %}
-
-## {{ application.messages.options }}
-{{ application.messages.option }} | {{ application.messages.details }}
--------|-------------
-{% for option in application.options %}
---{{ option.name }} | {{ option.description }}
-{% endfor %}
-{% endif %}
-{% if application.arguments|length>0 %}
-
-## {{ application.messages.arguments }}
-{{ application.messages.argument }} | {{ application.messages.details }}
----------|-------------
-{% for argument in application.arguments %}
-{{ argument.name }} | {{ argument.description }}
-{% endfor %}
-{% endif %}