This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
drupalcampbristol/vendor/drupal/console-en/translations/help.yml
2018-11-23 12:29:20 +00:00

20 lines
812 B
YAML

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'