We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccbb7f2 commit 721914bCopy full SHA for 721914b
lib/bootstrap.js
@@ -5,7 +5,6 @@ const cmdArgs = require('command-line-args');
5
require('./utils/process-log');
6
7
const helpFlagPresent = (args) => args.find(arg => ['help', '--help'].indexOf(arg) !== -1);
8
-}
9
10
const normalizeFlags = (args, command) => {
11
return args.slice(2).filter(arg => arg.indexOf('--') < 0 && arg !== command.name && arg !== command.alias);
0 commit comments