12345678910111213141516171819202122 |
- Usage:
- list [--xml] [namespace]
- Arguments:
- namespace The namespace name
- Options:
- --xml To output help as XML
- 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 as XML by using the --xml option:
-
- php app/console list --xml
|