Skip to content

Commit

Permalink
fix(CLI): Mark 'help' as command that doesn't depend on external plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Aug 7, 2020
1 parent d8a73b8 commit 4660acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/classes/PluginManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PluginManager {

this.cliOptions = {};
this.cliCommands = [];
this.pluginIndependentCommands = new Set(['plugin']);
this.pluginIndependentCommands = new Set(['help', 'plugin']);

this.plugins = [];
this.commands = {};
Expand Down

0 comments on commit 4660acd

Please sign in to comment.