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