We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b03ab7 commit 869c3c0Copy full SHA for 869c3c0
typings/index.d.ts
@@ -89,7 +89,6 @@ export class Option {
89
optional: boolean; // A value is optional when the option is specified.
90
variadic: boolean;
91
mandatory: boolean; // The option must have a value after parsing, which usually means it must be specified on command line.
92
- optionFlags: string;
93
short?: string;
94
long?: string;
95
negate: boolean;
0 commit comments