diff options
Diffstat (limited to 'src/commands/acl-help.json')
-rw-r--r-- | src/commands/acl-help.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/commands/acl-help.json b/src/commands/acl-help.json new file mode 100644 index 0000000..3c95914 --- /dev/null +++ b/src/commands/acl-help.json @@ -0,0 +1,23 @@ +{ + "HELP": { + "summary": "Returns helpful text about the different subcommands.", + "complexity": "O(1)", + "group": "server", + "since": "6.0.0", + "arity": 2, + "container": "ACL", + "function": "aclCommand", + "command_flags": [ + "LOADING", + "STALE", + "SENTINEL" + ], + "reply_schema": { + "type": "array", + "description": "A list of subcommands and their description", + "items": { + "type": "string" + } + } + } +} |