command4:
descriptor:
help
Displays help for a command
help [--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
The command name
'help'
--format
The output format (txt, xml, json, or md)
'txt'
--raw
To output raw command help
false
--help|-h
Display this help message
false
--quiet|-q
Do not output any message
false
--verbose|-v|-vv|-vvv
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
false
--version|-V
Display this application version
false
--ansi
Force ANSI output
false
--no-ansi
Disable ANSI output
false
--no-interaction|-n
Do not ask any interactive question
false
list
Lists commands
list [--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
The namespace name
NULL
--raw
To output raw command list
false
--format
The output format (txt, xml, json, or md)
'txt'
descriptor:command1
command 1 description
descriptor:command1
alias1
alias2
command 1 help
--help|-h
Display this help message
false
--quiet|-q
Do not output any message
false
--verbose|-v|-vv|-vvv
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
false
--version|-V
Display this application version
false
--ansi
Force ANSI output
false
--no-ansi
Disable ANSI output
false
--no-interaction|-n
Do not ask any interactive question
false
descriptor:command2
command 2 description
descriptor:command2 [-o|--option_name] [--] <argument_name>
descriptor:command2 -o|--option_name <argument_name>
descriptor:command2 <argument_name>
command 2 help
argument_name
NULL
--option_name|-o
false
--help|-h
Display this help message
false
--quiet|-q
Do not output any message
false
--verbose|-v|-vv|-vvv
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
false
--version|-V
Display this application version
false
--ansi
Force ANSI output
false
--no-ansi
Disable ANSI output
false
--no-interaction|-n
Do not ask any interactive question
false
descriptor:command4
descriptor:command4
descriptor:alias_command4
command4:descriptor
--help|-h
Display this help message
false
--quiet|-q
Do not output any message
false
--verbose|-v|-vv|-vvv
Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
false
--version|-V
Display this application version
false
--ansi
Force ANSI output
false
--no-ansi
Disable ANSI output
false
--no-interaction|-n
Do not ask any interactive question
false