16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"name": "descriptor:command1",
|
|
"hidden": false,
|
|
"usage": [
|
|
"descriptor:command1",
|
|
"alias1",
|
|
"alias2"
|
|
],
|
|
"description": "command 1 description",
|
|
"help": "command 1 help",
|
|
"definition": {
|
|
"arguments": [],
|
|
"options": []
|
|
}
|
|
}
|