We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a66208 commit 5f1fc27Copy full SHA for 5f1fc27
cli/util/options.d.ts
@@ -13,6 +13,8 @@ export interface OptionDescription {
13
value?: { [key: string]: number | string },
14
/** Short alias, if any. */
15
alias?: string
16
+ /** The default value, if any. */
17
+ default?: string | number | boolean | string[] | number[];
18
}
19
20
/** Configuration object. */
0 commit comments