65a685d085e10cf3961373782b953abcc5a2d8d9
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_run3.txt
1 Usage:
2   list [options] [--] [<namespace>]
3
4 Arguments:
5   namespace            The namespace name
6
7 Options:
8       --raw            To output raw command list
9       --format=FORMAT  The output format (txt, xml, json, or md) [default: "txt"]
10
11 Help:
12   The list command lists all commands:
13   
14     php app/console list
15   
16   You can also display the commands for a specific namespace:
17   
18     php app/console list test
19   
20   You can also output the information in other formats by using the --format option:
21   
22     php app/console list --format=xml
23   
24   It's also possible to get raw list of commands (useful for embedding command runner):
25   
26     php app/console list --raw