command_1.json 274 B

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