php bin/console help
Display help for a command
Usage
help [--format FORMAT] [--raw] [--] [<command_name>]
Arguments
command_name The command name
Options
--format The output format (txt, xml, json, or md)
--raw To output raw command help
Help
The help command displays help for a given command:
bin/console help list
You can also output the help in other formats by using the --format option:
bin/console help --format=xml list
To display the list of available commands, please use the list command.