09087900c1b2fc3b9c4a4aa2d84e8d6f14f7636b
[yaffs-website] / vendor / symfony / console / Tests / Fixtures / command_1.json
1 {
2     "name": "descriptor:command1",
3     "hidden": false,
4     "usage": [
5         "descriptor:command1",
6         "alias1",
7         "alias2"
8     ],
9     "description": "command 1 description",
10     "help": "command 1 help",
11     "definition": {
12         "arguments": [],
13         "options": []
14     }
15 }