We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7f5ef8 commit ffd5272Copy full SHA for ffd5272
index.js
@@ -60,6 +60,9 @@ const program = new commander.Command('Create CodeceptJS')
60
.option('--webdriverio', 'Install webdriverio packages')
61
.option('--testcafe', 'Install testcafe packages')
62
63
+ // force mode
64
+ .option('--force', 'Accept an incorrect (and potentially broken) dependency resolution.')
65
+
66
.allowUnknownOption()
67
.on('--help', () => {
68
console.log();
0 commit comments