diff options
Diffstat (limited to 'src/commands/memory.json')
-rw-r--r-- | src/commands/memory.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/commands/memory.json b/src/commands/memory.json new file mode 100644 index 0000000..d3fa02f --- /dev/null +++ b/src/commands/memory.json @@ -0,0 +1,9 @@ +{ + "MEMORY": { + "summary": "A container for memory diagnostics commands", + "complexity": "Depends on subcommand.", + "group": "server", + "since": "4.0.0", + "arity": -2 + } +} |