summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/spec19.spec
blob: 1b3c703656fb0601b735a76257fd3702eb4d95fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "module_spec": {
    "module_name": "Spec2",
    "commands": [
      {
        "command_name": "print_message",
        "command_description": "Print the given message to stdout",
        "command_args": 1
      }
    ]
  }
}