diff options
Diffstat (limited to 'src/commands/sentinel-help.json')
-rw-r--r-- | src/commands/sentinel-help.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/commands/sentinel-help.json b/src/commands/sentinel-help.json new file mode 100644 index 0000000..d601450 --- /dev/null +++ b/src/commands/sentinel-help.json @@ -0,0 +1,24 @@ +{ + "HELP": { + "summary": "Returns helpful text about the different subcommands.", + "complexity": "O(1)", + "group": "sentinel", + "since": "6.2.0", + "arity": 2, + "container": "SENTINEL", + "function": "sentinelCommand", + "command_flags": [ + "LOADING", + "STALE", + "SENTINEL", + "ONLY_SENTINEL" + ], + "reply_schema": { + "type": "array", + "description": "Helpful text about subcommands.", + "items": { + "type": "string" + } + } + } +} |