From 517a9d8ff71c89f0665ae57903111529eb8d6dd7 Mon Sep 17 00:00:00 2001 From: PopGoesTheWza <32041843+PopGoesTheWza@users.noreply.github.com> Date: Mon, 14 Dec 2020 20:06:03 +0100 Subject: [PATCH] fix: commander 6 option clash (#816) --- 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