Skip to content

Commit 869c3c0

Browse files
authored
Remove unused property (#1844)
1 parent 8b03ab7 commit 869c3c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

typings/index.d.ts

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export class Option {
8989
optional: boolean; // A value is optional when the option is specified.
9090
variadic: boolean;
9191
mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line.
92-
optionFlags: string;
9392
short?: string;
9493
long?: string;
9594
negate: boolean;

0 commit comments

Comments
 (0)