diff --git a/static/index.js b/static/index.js index 10b95f85d..3c8181c64 100644 --- a/static/index.js +++ b/static/index.js @@ -70,7 +70,6 @@ const argv = yargs }) .version(global.__VERSION__) .help() - .strict() .parse(process.argv.slice(1)); const {config, configPath, flipperDir} = setup(argv);