summaryrefslogtreecommitdiff
path: root/src/commands/pubsub-help.json
blob: 09c04f3a45bb8eb3f7f9a2a21be745bd9b290c1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "HELP": {
        "summary": "Show helpful text about the different subcommands",
        "complexity": "O(1)",
        "group": "pubsub",
        "since": "6.2.0",
        "arity": 2,
        "container": "PUBSUB",
        "function": "pubsubCommand",
        "command_flags": [
            "LOADING",
            "STALE"
        ],
        "reply_schema": {
            "type": "array",
            "description": "Helpful text about subcommands.",
            "items": {
                "type": "string"
            }
        }
    }
}