Skip to content

Commit 64acd6d

Browse files
authored
Add category to options definition (AssemblyScript#1281)
1 parent 088eaad commit 64acd6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/util/options.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ export interface OptionDescription {
1515
alias?: string
1616
/** The default value, if any. */
1717
default?: string | number | boolean | string[] | number[];
18+
/** The category this option belongs in. */
19+
category?: string;
1820
}
1921

2022
/** Configuration object. */

0 commit comments

Comments
 (0)