Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
30 lines
696 B
Plaintext
30 lines
696 B
Plaintext
Description:
|
|
Lists commands
|
|
|
|
Usage:
|
|
list [options] [--] [<namespace>]
|
|
|
|
Arguments:
|
|
namespace The namespace name
|
|
|
|
Options:
|
|
--raw To output raw command list
|
|
--format=FORMAT The output format (txt, xml, json, or md) [default: "txt"]
|
|
|
|
Help:
|
|
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
|