blob: b8db8aee3bc20a48f110aaa961147aea22cf65de (
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": "MODULE",
"function": "moduleCommand",
"command_flags": [
"LOADING",
"STALE"
]
}
}
|