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