diff options
Diffstat (limited to 'src/commands/config-help.json')
-rw-r--r-- | src/commands/config-help.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/commands/config-help.json b/src/commands/config-help.json new file mode 100644 index 0000000..537dd6b --- /dev/null +++ b/src/commands/config-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": "CONFIG", + "function": "configHelpCommand", + "command_flags": [ + "LOADING", + "STALE" + ] + } +} |