help [--format FORMAT] [--raw] [--] [<command_name>]Displays help for a commandThe <info>help</info> command displays help for a given command:
<info>php app/console help list</info>
You can also output the help in other formats by using the <comment>--format</comment> option:
<info>php app/console help --format=xml list</info>
To display the list of available commands, please use the <info>list</info> command.The command namehelplist [--raw] [--format FORMAT] [--] [<namespace>]Lists commandsThe <info>list</info> command lists all commands:
<info>php app/console list</info>
You can also display the commands for a specific namespace:
<info>php app/console list test</info>
You can also output the information in other formats by using the <comment>--format</comment> option:
<info>php app/console list --format=xml</info>
It's also possible to get raw list of commands (useful for embedding command runner):
<info>php app/console list --raw</info>The namespace namedescriptor:command1alias1alias2command 1 descriptioncommand 1 helpdescriptor:command2 [-o|--option_name] [--] <argument_name>descriptor:command2 -o|--option_name <argument_name>descriptor:command2 <argument_name>command 2 descriptioncommand 2 helpdescriptor:command3command 3 descriptioncommand 3 helpdescriptor:command4descriptor:alias_command4command4:descriptoralias1alias2helplistcommand4:descriptordescriptor:alias_command4descriptor:command1descriptor:command2descriptor:command3descriptor:command4