Skip to content

Commit 5f1fc27

Browse files
authored
Add 'default' to util/options definitions (AssemblyScript#1265)
1 parent 9a66208 commit 5f1fc27

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
@@ -13,6 +13,8 @@ export interface OptionDescription {
1313
value?: { [key: string]: number | string },
1414
/** Short alias, if any. */
1515
alias?: string
16+
/** The default value, if any. */
17+
default?: string | number | boolean | string[] | number[];
1618
}
1719

1820
/** Configuration object. */

0 commit comments

Comments
 (0)