spec17.spec 334 B

1234567891011121314151617
  1. {
  2. "module_spec": {
  3. "module_name": "Spec2",
  4. "commands": [
  5. {
  6. "command_description": "Print the given message to stdout",
  7. "command_args": [ {
  8. "item_name": "message",
  9. "item_type": "string",
  10. "item_optional": False,
  11. "item_default": ""
  12. } ]
  13. }
  14. ]
  15. }
  16. }