Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/google/clasp into forked
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/google/clasp:
  fix: commander 6 option clash (google#816)
  • Loading branch information
PopGoesTheWza committed Dec 14, 2020
2 parents 4069096 + 517a9d8 commit 452ac83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -58,6 +58,7 @@ const manifest = readPkgUp.sync({cwd: require.resolve('.')});
/**
* Set global CLI configurations
*/
commander.storeOptionsAsProperties(false);

/**
* Displays clasp version
Expand Down

0 comments on commit 452ac83

Please sign in to comment.