Skip to content

Commit 721914b

Browse files
chore: expression func
Co-Authored-By: James George <jamesgeorge998001@gmail.com>
1 parent ccbb7f2 commit 721914b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/bootstrap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const cmdArgs = require('command-line-args');
55
require('./utils/process-log');
66

77
const helpFlagPresent = (args) => args.find(arg => ['help', '--help'].indexOf(arg) !== -1);
8-
}
98

109
const normalizeFlags = (args, command) => {
1110
return args.slice(2).filter(arg => arg.indexOf('--') < 0 && arg !== command.name && arg !== command.alias);

0 commit comments

Comments
 (0)