Skip to content

Commit

Permalink
fix: parserOptions property name error (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpend authored and atian25 committed Dec 25, 2019
1 parent 60d25b2 commit d2c9ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ declare class CommonBin {
* @property {Boolean} removeAlias - whether remove alias key from `argv`
* @property {Boolean} removeCamelCase - whether remove camel case key from `argv`
*/
parseOptions: {
parserOptions: {
execArgv: boolean;
removeAlias: boolean;
removeCamelCase: boolean;
Expand Down

0 comments on commit d2c9ca2

Please sign in to comment.