summaryrefslogtreecommitdiff
path: root/src/commands/module-help.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/module-help.json')
-rw-r--r--src/commands/module-help.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/commands/module-help.json b/src/commands/module-help.json
new file mode 100644
index 000000000..b8db8aee3
--- /dev/null
+++ b/src/commands/module-help.json
@@ -0,0 +1,15 @@
+{
+ "HELP": {
+ "summary": "Show helpful text about the different subcommands",
+ "complexity": "O(1)",
+ "group": "server",
+ "since": "5.0.0",
+ "arity": 2,
+ "container": "MODULE",
+ "function": "moduleCommand",
+ "command_flags": [
+ "LOADING",
+ "STALE"
+ ]
+ }
+}