X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fhelp.yml;fp=vendor%2Fdrupal%2Fconsole-en%2Ftranslations%2Fhelp.yml;h=da7f9233c08eb4e8e7bdd2a1e907ec5dff2b6d12;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drupal/console-en/translations/help.yml b/vendor/drupal/console-en/translations/help.yml new file mode 100644 index 000000000..da7f9233c --- /dev/null +++ b/vendor/drupal/console-en/translations/help.yml @@ -0,0 +1,19 @@ +description: 'Displays help for a command' +help: | + The %command.name% command displays help for a given command: + + php %command.full_name% list + + You can also output the help in other formats by using the --format option: + + php %command.full_name% --format=xml list + + To display the list of available commands, please use the list 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 --xml option was deprecated in version 2.7 and will be removed in version 3.0. Use the --format option instead'