summaryrefslogtreecommitdiffstats
path: root/src/commands/command-help.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/command-help.json')
-rw-r--r--src/commands/command-help.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/commands/command-help.json b/src/commands/command-help.json
new file mode 100644
index 0000000..5735f01
--- /dev/null
+++ b/src/commands/command-help.json
@@ -0,0 +1,26 @@
+{
+ "HELP": {
+ "summary": "Returns helpful text about the different subcommands.",
+ "complexity": "O(1)",
+ "group": "server",
+ "since": "5.0.0",
+ "arity": 2,
+ "container": "COMMAND",
+ "function": "commandHelpCommand",
+ "command_flags": [
+ "LOADING",
+ "STALE",
+ "SENTINEL"
+ ],
+ "acl_categories": [
+ "CONNECTION"
+ ],
+ "reply_schema": {
+ "type": "array",
+ "description": "Helpful text about subcommands.",
+ "items": {
+ "type": "string"
+ }
+ }
+ }
+}