blob: 537dd6bba61ee2c7c2f92a09e59b5753cca10b1e (
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": "server",
"since": "5.0.0",
"arity": 2,
"container": "CONFIG",
"function": "configHelpCommand",
"command_flags": [
"LOADING",
"STALE"
]
}
}
|