Skip to content

Commit

Permalink
fix: remove unuse argv (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
atian25 authored and fengmk2 committed Aug 29, 2017
1 parent 49d11d2 commit aa4799c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/command.js
Expand Up @@ -260,6 +260,7 @@ class CommonBin {
argv.help = undefined;
argv.h = undefined;
argv.version = undefined;
argv.v = undefined;

// remove alias result
if (this.parserOptions.removeAlias) {
Expand Down

0 comments on commit aa4799c

Please sign in to comment.