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 088eaad commit 64acd6dCopy full SHA for 64acd6d
cli/util/options.d.ts
@@ -15,6 +15,8 @@ export interface OptionDescription {
15
alias?: string
16
/** The default value, if any. */
17
default?: string | number | boolean | string[] | number[];
18
+ /** The category this option belongs in. */
19
+ category?: string;
20
}
21
22
/** Configuration object. */
0 commit comments