From f2b709260d4581ad5f5ac78121481824ab54f076 Mon Sep 17 00:00:00 2001 From: PopGoesTheWza Date: Mon, 14 Dec 2020 20:04:43 +0100 Subject: [PATCH] fix: commander 6 option clash --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 31de8e2b..ff5ed466 100755 --- a/src/index.ts +++ b/src/index.ts @@ -58,6 +58,7 @@ const manifest = readPkgUp.sync({cwd: require.resolve('.')}); /** * Set global CLI configurations */ +commander.storeOptionsAsProperties(false); /** * Displays clasp version