X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fsymfony%2Fconsole%2FTests%2FFixtures%2Fapplication_1.json;h=dab170a354e25ee3294a123b7055ecb5d2b116ac;hp=ea695a7deff3e5691b9aaca6dfb05415f2385a99;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/vendor/symfony/console/Tests/Fixtures/application_1.json b/vendor/symfony/console/Tests/Fixtures/application_1.json index ea695a7de..dab170a35 100644 --- a/vendor/symfony/console/Tests/Fixtures/application_1.json +++ b/vendor/symfony/console/Tests/Fixtures/application_1.json @@ -3,7 +3,7 @@ { "name": "help", "usage": [ - "help [--xml] [--format FORMAT] [--raw] [--] []" + "help [--format FORMAT] [--raw] [--] []" ], "description": "Displays help for a command", "help": "The help<\/info> command displays help for a given command:\n\n php app\/console help list<\/info>\n\nYou can also output the help in other formats by using the --format<\/comment> option:\n\n php app\/console help --format=xml list<\/info>\n\nTo display the list of available commands, please use the list<\/info> command.", @@ -18,15 +18,6 @@ } }, "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": "", @@ -114,7 +105,7 @@ { "name": "list", "usage": [ - "list [--xml] [--raw] [--format FORMAT] [--] []" + "list [--raw] [--format FORMAT] [--] []" ], "description": "Lists commands", "help": "The list<\/info> command lists all commands:\n\n php app\/console list<\/info>\n\nYou can also display the commands for a specific namespace:\n\n php app\/console list test<\/info>\n\nYou can also output the information in other formats by using the --format<\/comment> option:\n\n 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 php app\/console list --raw<\/info>", @@ -129,15 +120,6 @@ } }, "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": "",