From ffd5272f0cb858a29cc27461342ba4fec7ab3076 Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:31:21 +0100 Subject: [PATCH] fix: support force mode --- index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.js b/index.js index 898f6fa..0103c43 100755 --- a/index.js +++ b/index.js @@ -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();