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'