1234567891011121314151617 |
- {
- "module_spec": {
- "module_name": "Spec2",
- "commands": [
- {
- "command_description": "Print the given message to stdout",
- "command_args": [ {
- "item_name": "message",
- "item_type": "string",
- "item_optional": False,
- "item_default": ""
- } ]
- }
- ]
- }
- }
|