blob: 6791b6c04656b7a4e1ef1c01e3553b0bca1747c5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"module_spec": {
"module_name": "Spec2",
"commands": [
{
"command_name": "print_message",
"command_description": "Print the given message to stdout",
"command_args": [ {
"item_name": "message",
"item_type": "string",
"item_optional": false,
"item_default": ""
} ]
}
]
}
}
|