Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_2.json
index 8ffa222ee6eaba820c71208fe6feb32a2f6efe03..398f1fd0d0872f3033ac6f343178621796210e69 100644 (file)
@@ -3,7 +3,7 @@
         {
             "name": "help",
             "usage": [
-                "help [--xml] [--format FORMAT] [--raw] [--] [<command_name>]"
+                "help [--format FORMAT] [--raw] [--] [<command_name>]"
             ],
             "description": "Displays help for a command",
             "help": "The <info>help<\/info> command displays help for a given command:\n\n  <info>php app\/console help list<\/info>\n\nYou can also output the help in other formats by using the <comment>--format<\/comment> option:\n\n  <info>php app\/console help --format=xml list<\/info>\n\nTo display the list of available commands, please use the <info>list<\/info> command.",
                     }
                 },
                 "options": {
-                    "xml": {
-                        "name": "--xml",
-                        "shortcut": "",
-                        "accept_value": false,
-                        "is_value_required": false,
-                        "is_multiple": false,
-                        "description": "To output help as XML",
-                        "default": false
-                    },
                     "format": {
                         "name": "--format",
                         "shortcut": "",
         {
             "name": "list",
             "usage": [
-                "list [--xml] [--raw] [--format FORMAT] [--] [<namespace>]"
+                "list [--raw] [--format FORMAT] [--] [<namespace>]"
             ],
             "description": "Lists commands",
             "help": "The <info>list<\/info> command lists all commands:\n\n  <info>php app\/console list<\/info>\n\nYou can also display the commands for a specific namespace:\n\n  <info>php app\/console list test<\/info>\n\nYou can also output the information in other formats by using the <comment>--format<\/comment> option:\n\n  <info>php app\/console list --format=xml<\/info>\n\nIt's also possible to get raw list of commands (useful for embedding command runner):\n\n  <info>php app\/console list --raw<\/info>",
                     }
                 },
                 "options": {
-                    "xml": {
-                        "name": "--xml",
-                        "shortcut": "",
-                        "accept_value": false,
-                        "is_value_required": false,
-                        "is_multiple": false,
-                        "description": "To output list as XML",
-                        "default": false
-                    },
                     "raw": {
                         "name": "--raw",
                         "shortcut": "",