Yaffs site version 1.1
[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       --xml            To output list as XML
9       --raw            To output raw command list
10       --format=FORMAT  The output format (txt, xml, json, or md) [default: "txt"]
11
12 Help:
13   The list command lists all commands:
14   
15     php app/console list
16   
17   You can also display the commands for a specific namespace:
18   
19     php app/console list test
20   
21   You can also output the information in other formats by using the --format option:
22   
23     php app/console list --format=xml
24   
25   It's also possible to get raw list of commands (useful for embedding command runner):
26   
27     php app/console list --raw