Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_run2.txt
index 9a42503c6b05e4f75dd1214b1192c4e0d1d54ed7..65a685d085e10cf3961373782b953abcc5a2d8d9 100644 (file)
@@ -1,29 +1,26 @@
 Usage:
-  help [options] [--] [<command_name>]
+  list [options] [--] [<namespace>]
 
 Arguments:
-  command               The command to execute
-  command_name          The command name [default: "help"]
+  namespace            The namespace name
 
 Options:
-      --xml             To output help as XML
-      --format=FORMAT   The output format (txt, xml, json, or md) [default: "txt"]
-      --raw             To output raw command help
-  -h, --help            Display this help message
-  -q, --quiet           Do not output any message
-  -V, --version         Display this application version
-      --ansi            Force ANSI output
-      --no-ansi         Disable ANSI output
-  -n, --no-interaction  Do not ask any interactive question
-  -v|vv|vvv, --verbose  Increase the verbosity of messages: 1 for normal output, 2 for more verbose output and 3 for debug
+      --raw            To output raw command list
+      --format=FORMAT  The output format (txt, xml, json, or md) [default: "txt"]
 
 Help:
-  The help command displays help for a given command:
+  The list command lists all commands:
   
-    php app/console help list
+    php app/console list
   
-  You can also output the help in other formats by using the --format option:
+  You can also display the commands for a specific namespace:
   
-    php app/console help --format=xml list
+    php app/console list test
   
-  To display the list of available commands, please use the list command.
+  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