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