Security update for Core, with self-updated composer
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / application_1.json
index ea695a7deff3e5691b9aaca6dfb05415f2385a99..dab170a354e25ee3294a123b7055ecb5d2b116ac 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": "",