Skip to content

Commit

Permalink
Remove unused property (#1844)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Jan 22, 2023
1 parent 8b03ab7 commit 869c3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion typings/index.d.ts
Expand Up @@ -89,7 +89,6 @@ export class Option {
optional: boolean; // A value is optional when the option is specified.
variadic: boolean;
mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line.
optionFlags: string;
short?: string;
long?: string;
negate: boolean;
Expand Down

0 comments on commit 869c3c0

Please sign in to comment.