PHP Classes

File: vendor/symfony/console/Tests/Fixtures/command_2.json

Recommend this page to a friend!
  Classes of Dawood Ikhlaq   ReconCat   vendor/symfony/console/Tests/Fixtures/command_2.json   Download  
File: vendor/symfony/console/Tests/Fixtures/command_2.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ReconCat
Retrieve past versions pages from Web Archive
Author: By
Last change:
Date: 1 year ago
Size: 960 bytes
 

Contents

Class file image Download
{ "name": "descriptor:command2", "hidden": false, "usage": [ "descriptor:command2 [-o|--option_name] [--] <argument_name>", "descriptor:command2 -o|--option_name <argument_name>", "descriptor:command2 <argument_name>" ], "description": "command 2 description", "help": "command 2 help", "definition": { "arguments": { "argument_name": { "name": "argument_name", "is_required": true, "is_array": false, "description": "", "default": null } }, "options": { "option_name": { "name": "--option_name", "shortcut": "-o", "accept_value": false, "is_value_required": false, "is_multiple": false, "description": "", "default": false } } } }