diff options
Diffstat (limited to 'src/commands/acl.json')
-rw-r--r-- | src/commands/acl.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/commands/acl.json b/src/commands/acl.json new file mode 100644 index 0000000..1474b78 --- /dev/null +++ b/src/commands/acl.json @@ -0,0 +1,12 @@ +{ + "ACL": { + "summary": "A container for Access List Control commands.", + "complexity": "Depends on subcommand.", + "group": "server", + "since": "6.0.0", + "arity": -2, + "command_flags": [ + "SENTINEL" + ] + } +} |