summaryrefslogtreecommitdiff
path: root/src/commands/debug.json
blob: 092d2e9ab9fbd972d06b91654d72d189061fbd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "DEBUG": {
        "summary": "A container for debugging commands",
        "complexity": "Depends on subcommand.",
        "group": "server",
        "since": "1.0.0",
        "arity": -2,
        "function": "debugCommand",
        "doc_flags": [
            "SYSCMD"
        ],
        "command_flags": [
            "ADMIN",
            "NOSCRIPT",
            "LOADING",
            "STALE",
            "PROTECTED"
        ]
    }
}