diff options
Diffstat (limited to 'src/commands/latency-help.json')
-rw-r--r-- | src/commands/latency-help.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/commands/latency-help.json b/src/commands/latency-help.json new file mode 100644 index 0000000..682beee --- /dev/null +++ b/src/commands/latency-help.json @@ -0,0 +1,15 @@ +{ + "HELP": { + "summary": "Show helpful text about the different subcommands.", + "complexity": "O(1)", + "group": "server", + "since": "2.8.13", + "arity": 2, + "container": "LATENCY", + "function": "latencyCommand", + "command_flags": [ + "LOADING", + "STALE" + ] + } +} |