From 84302f109bb6ddaee87d3899eaadbeadb10284d0 Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Tue, 14 Jan 2020 09:21:32 -0800 Subject: [PATCH] Revert D19389776: fix(flipper-static): show default warning message on firing in unknown flags Differential Revision: D19389776 Original commit changeset: 2f844e38c8be fbshipit-source-id: cbd3fa7032082fc7e445bd2dfdbdfcc4ed0d2562 --- static/index.js | 1 - 1 file changed, 1 deletion(-) 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);