Skip to content

Commit

Permalink
fix: support force mode
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent committed Feb 9, 2024
1 parent f7f5ef8 commit ffd5272
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const program = new commander.Command('Create CodeceptJS')
.option('--webdriverio', 'Install webdriverio packages')
.option('--testcafe', 'Install testcafe packages')

// force mode
.option('--force', 'Accept an incorrect (and potentially broken) dependency resolution.')

.allowUnknownOption()
.on('--help', () => {
console.log();
Expand Down

0 comments on commit ffd5272

Please sign in to comment.