Skip to content

Commit 78cc93b

Browse files
fix(deps): update dependency commander to v14 (#2579)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: David Goss <[email protected]>
1 parent 0f55d32 commit 78cc93b

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

package-lock.json

Lines changed: 6 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"capital-case": "^1.0.4",
232232
"chalk": "^4.1.2",
233233
"cli-table3": "0.6.5",
234-
"commander": "^10.0.0",
234+
"commander": "^14.0.0",
235235
"debug": "^4.3.4",
236236
"error-stack-parser": "^2.1.4",
237237
"figures": "^3.2.0",

src/configuration/argv_parser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ const ArgvParser = {
6767
const program = new Command('cucumber-js')
6868

6969
program
70+
.allowExcessArguments(true)
7071
.storeOptionsAsProperties(false)
7172
.usage('[options] [<GLOB|DIR|FILE[:LINE]>...]')
7273
.version(version, '-v, --version')

0 commit comments

Comments
 (0)