summaryrefslogtreecommitdiff
path: root/vendor/symfony/console/Tests/Fixtures/application_run3.txt
blob: 65a685d085e10cf3961373782b953abcc5a2d8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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