php bin/console help

Displays 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:

  php bin/console help list

You can also output the help in other formats by using the --format option:

  php bin/console help --format=xml list

To display the list of available commands, please use the list command.