src/doc/commands/templates: move `commands_json` to `json_commands`
[nit.git] / src / doc / templates / tests / test_json_commands.sav / test_cmd_man_options.res
diff --git a/src/doc/templates/tests/test_json_commands.sav/test_cmd_man_options.res b/src/doc/templates/tests/test_json_commands.sav/test_cmd_man_options.res
new file mode 100644 (file)
index 0000000..3253e3a
--- /dev/null
@@ -0,0 +1,6 @@
+{
+       "options": {
+               "--opt1": "Option 1.",
+               "--opt2": "Option 2."
+       }
+}