blob: e0c2a6123423c7191df9b2e2741d1a2b03082d34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
{
"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"
]
}
}
|