summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec17.spec
blob: 74a1c257dfd3fdc23251e9d83cd4b2a905dff7b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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": ""
        } ]
      }
    ]
  }
}