summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec20.spec
blob: c9d32a7d9405c47443f71e0915b54cd5b0a78d09 (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": "somethingbad",
          "item_optional": false,
          "item_default": ""
        } ]
      }
    ]
  }
}