Skip to content

Commit

Permalink
Merge pull request #34 from n1md7/master
Browse files Browse the repository at this point in the history
bugfix: wrong command param for --keep-comments
  • Loading branch information
benawad authored Jan 20, 2022
2 parents f59b520 + 1482b83 commit 2617cb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gen-env-types.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const parseArgs = (args) => {
cliConfig.exampleEnvOutput = args.shift();
break;
case "-k":
case "--keep-comment":
case "--keep-comments":
cliConfig.keepComments = true;
break;
default: {
Expand Down

0 comments on commit 2617cb1

Please sign in to comment.