Skip to content

Commit a91d318

Browse files
committed
Fix commander upgrade duplicate flag conflict
1 parent e0ea148 commit a91d318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/codecept.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ program
174174
.option('-R, --reporter <name>', 'specify the reporter to use')
175175
.option('-S, --sort', 'sort test files')
176176
.option('-b, --bail', 'bail after first test failure')
177-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
178177
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
179178
.option('-f, --fgrep <string>', 'only run tests containing <string>')
180179
.option('-i, --invert', 'inverts --grep and --fgrep matches')
@@ -276,7 +275,6 @@ program
276275
.option('-R, --reporter <name>', 'specify the reporter to use')
277276
.option('-S, --sort', 'sort test files')
278277
.option('-b, --bail', 'bail after first test failure')
279-
.option('-d, --debug', "enable node's debugger, synonym for node --debug")
280278
.option('-g, --grep <pattern>', 'only run tests matching <pattern>')
281279
.option('-f, --fgrep <string>', 'only run tests containing <string>')
282280
.option('-i, --invert', 'inverts --grep and --fgrep matches')

0 commit comments

Comments
 (0)