da7f9233c08eb4e8e7bdd2a1e907ec5dff2b6d12
[yaffs-website] / vendor / drupal / console-en / translations / help.yml
1 description: 'Displays help for a command'
2 help: |
3         The <info>%command.name%</info> command displays help for a given command:
4
5         <info>php %command.full_name% list</info>
6
7         You can also output the help in other formats by using the <comment>--format</comment> option:
8
9         <info>php %command.full_name% --format=xml list</info>
10
11         To display the list of available commands, please use the <info>list</info> command.
12 arguments:
13     command_name: 'The command name'
14 options:
15     xml: 'To output list as XML'
16     raw: 'To output raw command list'
17     format: 'The output format (txt, xml, json, or md)'
18 messages:
19     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'