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