descriptor:
Usage:
help [--xml] [--format FORMAT] [--raw] [--] [<command_name>]
The help command displays help for a given command:
php app/console help list
You can also output the help in other formats by using the --format option:
php app/console help --format=xml list
To display the list of available commands, please use the list command.
command_name:
'help'
xml:
--xml
false
format:
--format
'txt'
raw:
--raw
false
help:
--help
-h
false
quiet:
--quiet
-q
false
verbose:
--verbose
-v|-vv|-vvv
false
version:
--version
-V
false
ansi:
--ansi
false
no-ansi:
--no-ansi
false
no-interaction:
--no-interaction
-n
false
Usage:
list [--xml] [--raw] [--format FORMAT] [--] [<namespace>]
The list command lists all commands:
php app/console list
You can also display the commands for a specific namespace:
php app/console list test
You can also output the information in other formats by using the --format option:
php app/console list --format=xml
It's also possible to get raw list of commands (useful for embedding command runner):
php app/console list --raw
namespace:
NULL
xml:
--xml
false
raw:
--raw
false
format:
--format
'txt'
Usage:
descriptor:åèä [-o|--option_åèä] [--] <argument_åèä>
descriptor:åèä -o|--option_name <argument_name>
descriptor:åèä <argument_name>
command åèä help
argument_åèä:
NULL
option_åèä:
--option_åèä
-o
false
help:
--help
-h
false
quiet:
--quiet
-q
false
verbose:
--verbose
-v|-vv|-vvv
false
version:
--version
-V
false
ansi:
--ansi
false
no-ansi:
--no-ansi
false
no-interaction:
--no-interaction
-n
false