We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96a768 commit a753a0cCopy full SHA for a753a0c
lib/commands/buster.js
@@ -11,5 +11,6 @@ class BusterCommand extends Command {
11
12
BusterCommand.description = 'Who ya gonna call?';
13
BusterCommand.longDescription = 'When there\'s something strange in your neighborhood....';
14
+BusterCommand.global = true;
15
16
module.exports = BusterCommand;
0 commit comments