Skip to content

Commit 7b7090d

Browse files
committed
Merge remote-tracking branch 'origin/master' into release
2 parents c061e75 + 5c9cd70 commit 7b7090d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+21437
-12807
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
run: npm ci --no-audit
5151
- name: Clean distribution files
5252
run: npm run clean
53+
- name: Check sources
54+
run: npm run check
5355
- name: Test sources
5456
run: |
5557
if [[ `node bin/asc --version` != *"-dev" ]]; then

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. */

package-lock.json

Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)