diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/module-help.json | 15 |
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 0000000..b8db8ae --- /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" + ] + } +} |