Version 1
[yaffs-website] / vendor / drupal / console-en / translations / help.yml
diff --git a/vendor/drupal/console-en/translations/help.yml b/vendor/drupal/console-en/translations/help.yml
new file mode 100644 (file)
index 0000000..da7f923
--- /dev/null
@@ -0,0 +1,19 @@
+description: 'Displays help for a command'
+help: |
+        The <info>%command.name%</info> command displays help for a given command:
+
+        <info>php %command.full_name% list</info>
+
+        You can also output the help in other formats by using the <comment>--format</comment> option:
+
+        <info>php %command.full_name% --format=xml list</info>
+
+        To display the list of available commands, please use the <info>list</info> command.
+arguments:
+    command_name: 'The command name'
+options:
+    xml: 'To output list as XML'
+    raw: 'To output raw command list'
+    format: 'The output format (txt, xml, json, or md)'
+messages:
+    deprecated: 'The <comment>--xml</comment> option was deprecated in version 2.7 and will be removed in version 3.0. Use the <comment>--format</comment> option instead'