diff options
Diffstat (limited to '')
-rw-r--r-- | src/commands/acl-help.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/commands/acl-help.json b/src/commands/acl-help.json new file mode 100644 index 0000000..1cec00a --- /dev/null +++ b/src/commands/acl-help.json @@ -0,0 +1,16 @@ +{ + "HELP": { + "summary": "Show 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" + ] + } +} |