command_1.json 295 B

12345678910111213141516
  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. }