Rajout de doctrine/orm
[zf2.biz/application_blanche.git] / vendor / symfony / console / Symfony / Component / Console / Tests / Fixtures / application_run3.txt
diff --git a/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run3.txt b/vendor/symfony/console/Symfony/Component/Console/Tests/Fixtures/application_run3.txt
new file mode 100644 (file)
index 0000000..441db54
--- /dev/null
@@ -0,0 +1,27 @@
+Usage:
+ list [--xml] [--raw] [namespace]
+
+Arguments:
+ namespace  The namespace name
+
+Options:
+ --xml      To output help as XML
+ --raw      To output raw command list
+
+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
+ It's also possible to get raw list of commands (useful for embedding command runner):
+   php app/console list --raw
+