Skip to content

Commit d0723e2

Browse files
committed
release: 1.3.1 [skip ci]
### [1.3.1](v1.3.0...v1.3.1) (2024-07-12) #### 🪄 Fixes * **src:** add trap door to alert developer when erroneously re-entering top-level error handler ([99e2b3a](99e2b3a))
1 parent 99e2b3a commit d0723e2

Some content is hidden

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

53 files changed

+177
-169
lines changed

CHANGELOG.md

Lines changed: 99 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -4,177 +4,185 @@ All notable changes to this project will be documented in this auto-generated
44
file. The format is based on [Conventional Commits][1];
55
this project adheres to [Semantic Versioning][2].
66

7-
## [1.3.0][3] (2024-07-12)
7+
### [1.3.1][3] (2024-07-12)
8+
9+
#### 🪄 Fixes
10+
11+
- **src:** add trap door to alert developer when erroneously re-entering top-level error handler ([99e2b3a][4])
12+
13+
## [1.3.0][5] (2024-07-12)
814

915
#### ✨ Features
1016

11-
- **`clierror`:** add `dangerouslyFatal` option, update `cause` option handling ([1c369fb][4])
17+
- **`clierror`:** add `dangerouslyFatal` option, update `cause` option handling ([1c369fb][6])
1218

13-
### [1.2.7][5] (2024-06-30)
19+
### [1.2.7][7] (2024-06-30)
1420

1521
#### 🪄 Fixes
1622

17-
- **types:** pass through `CustomExecutionContext` as context type in `ImportedConfigurationModule` ([cdc6af5][6])
23+
- **types:** pass through `CustomExecutionContext` as context type in `ImportedConfigurationModule` ([cdc6af5][8])
1824

1925
#### ⚙️ Build System
2026

21-
- **spellcheck-commit:** fix commit spellchecker ([6e7a268][7])
27+
- **spellcheck-commit:** fix commit spellchecker ([6e7a268][9])
2228

23-
### [1.2.6][8] (2024-06-02)
29+
### [1.2.6][10] (2024-06-02)
2430

2531
#### 🪄 Fixes
2632

27-
- **src:** ignore --help and --version if they occur after -- in argv ([35f66cc][9])
33+
- **src:** ignore --help and --version if they occur after -- in argv ([35f66cc][11])
2834

29-
### [1.2.5][10] (2024-05-30)
35+
### [1.2.5][12] (2024-05-30)
3036

3137
#### 🪄 Fixes
3238

33-
- **src:** permanently fix --version support regression in node\@22 ([c201c2f][11])
39+
- **src:** permanently fix --version support regression in node\@22 ([c201c2f][13])
3440

3541
#### ⚙️ Build System
3642

37-
- **package:** append node\@22 to supported node versions ([98815d1][12])
43+
- **package:** append node\@22 to supported node versions ([98815d1][14])
3844

39-
### [1.2.4][13] (2024-03-27)
45+
### [1.2.4][15] (2024-03-27)
4046

4147
#### 🪄 Fixes
4248

43-
- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][14])
49+
- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][16])
4450

45-
### [1.2.3][15] (2024-03-27)
51+
### [1.2.3][17] (2024-03-27)
4652

4753
#### 🪄 Fixes
4854

49-
- **package:** bump minimum node support to 20 LTS ([4b8c975][16])
50-
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][17])
55+
- **package:** bump minimum node support to 20 LTS ([4b8c975][18])
56+
- **src:** ignore unknown file extension errors when discovering commands ([4babf12][19])
5157

52-
### [1.2.2][18] (2024-03-21)
58+
### [1.2.2][20] (2024-03-21)
5359

5460
#### 🪄 Fixes
5561

56-
- No longer include default command when listing subcommands ([be2960a][19])
62+
- No longer include default command when listing subcommands ([be2960a][21])
5763

5864
#### ⚙️ Build System
5965

60-
- **husky:** update to latest hooks ([75d5c66][20])
61-
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][21])
66+
- **husky:** update to latest hooks ([75d5c66][22])
67+
- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][23])
6268

63-
### [1.2.1][22] (2024-03-19)
69+
### [1.2.1][24] (2024-03-19)
6470

6571
#### ⚙️ Build System
6672

67-
- **babel:** fix import specifier rewrite oversight ([2369534][23])
73+
- **babel:** fix import specifier rewrite oversight ([2369534][25])
6874

69-
## [1.2.0][24] (2024-03-18)
75+
## [1.2.0][26] (2024-03-18)
7076

7177
#### ✨ Features
7278

73-
- Add `showHelp` option to `CliError` ([b5a1e58][25])
79+
- Add `showHelp` option to `CliError` ([b5a1e58][27])
7480

75-
### [1.1.4][26] (2024-03-16)
81+
### [1.1.4][28] (2024-03-16)
7682

7783
#### 🪄 Fixes
7884

79-
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][27])
85+
- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][29])
8086

81-
### [1.1.3][28] (2024-03-15)
87+
### [1.1.3][30] (2024-03-15)
8288

8389
#### 🪄 Fixes
8490

85-
- Add support for `export default X` syntax ([bad391d][29])
86-
- Ensure `demandOption` is properly supported ([2f205c1][30])
91+
- Add support for `export default X` syntax ([bad391d][31])
92+
- Ensure `demandOption` is properly supported ([2f205c1][32])
8793

88-
### [1.1.2][31] (2023-12-31)
94+
### [1.1.2][33] (2023-12-31)
8995

9096
#### 🪄 Fixes
9197

92-
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][32])
98+
- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][34])
9399

94-
### [1.1.1][33] (2023-12-31)
100+
### [1.1.1][35] (2023-12-31)
95101

96102
#### 🪄 Fixes
97103

98-
- Fix Node10 type resolution failure ([b6178c9][34])
104+
- Fix Node10 type resolution failure ([b6178c9][36])
99105

100-
## [1.1.0][35] (2023-12-31)
106+
## [1.1.0][37] (2023-12-31)
101107

102108
#### ✨ Features
103109

104-
- **src:** support file://-style URLs ([0e5067e][36])
110+
- **src:** support file://-style URLs ([0e5067e][38])
105111

106112
#### 🪄 Fixes
107113

108-
- **src:** ensure --version is included in help text output when relevant ([4f159dc][37])
114+
- **src:** ensure --version is included in help text output when relevant ([4f159dc][39])
109115

110116
#### ⚙️ Build System
111117

112-
- **babel:** fix ESM<=>CJS interop issue ([5470091][38])
118+
- **babel:** fix ESM<=>CJS interop issue ([5470091][40])
113119

114-
## [1.0.0][39] (2023-12-29)
120+
## [1.0.0][41] (2023-12-29)
115121

116122
#### ✨ Features
117123

118-
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][40])
124+
- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][42])
119125

120126
#### 🪄 Fixes
121127

122-
- Rename package from "black-flag" to "[@black-][41]flag/core" npm typosquat workaround ([292ead5][42])
128+
- Rename package from "black-flag" to "[@black-][43]flag/core" npm typosquat workaround ([292ead5][44])
123129

124130
#### ⚙️ Build System
125131

126-
- Fix horrible decision by marked devs to break output for no reason ([036e350][43])
127-
- **jest:** ensure pkg-up is transformed ([c7f4aef][44])
128-
- **jest:** fix transformIgnorePatterns ([0548d34][45])
129-
- **jest:** transpile node\_modules ([5cf7a6c][46])
130-
- **tsconfig:** fix internal path resolution ([fbe3a69][47])
131-
- **tsconfig:** upgrade to NodeNext ([d3a499e][48])
132+
- Fix horrible decision by marked devs to break output for no reason ([036e350][45])
133+
- **jest:** ensure pkg-up is transformed ([c7f4aef][46])
134+
- **jest:** fix transformIgnorePatterns ([0548d34][47])
135+
- **jest:** transpile node\_modules ([5cf7a6c][48])
136+
- **tsconfig:** fix internal path resolution ([fbe3a69][49])
137+
- **tsconfig:** upgrade to NodeNext ([d3a499e][50])
132138

133139
[1]: https://conventionalcommits.org
134140
[2]: https://semver.org
135-
[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.7...v1.3.0
136-
[4]: https://github.com/Xunnamius/black-flag/commit/1c369fb8570c0b42acad78af66168f9b7f688dfc
137-
[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
138-
[6]: https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
139-
[7]: https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
140-
[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
141-
[9]: https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
142-
[10]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
143-
[11]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
144-
[12]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
145-
[13]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
146-
[14]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
147-
[15]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
148-
[16]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
149-
[17]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
150-
[18]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
151-
[19]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
152-
[20]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
153-
[21]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
154-
[22]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
155-
[23]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
156-
[24]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
157-
[25]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
158-
[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
159-
[27]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
160-
[28]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
161-
[29]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
162-
[30]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
163-
[31]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
164-
[32]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
165-
[33]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
166-
[34]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
167-
[35]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
168-
[36]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
169-
[37]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
170-
[38]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
171-
[39]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
172-
[40]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
173-
[41]: https://github.com/black-
174-
[42]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
175-
[43]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
176-
[44]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
177-
[45]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
178-
[46]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
179-
[47]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
180-
[48]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f
141+
[3]: https://github.com/Xunnamius/black-flag/compare/v1.3.0...v1.3.1
142+
[4]: https://github.com/Xunnamius/black-flag/commit/99e2b3aa8ebef83fdf414dda22ad11405c1907df
143+
[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.7...v1.3.0
144+
[6]: https://github.com/Xunnamius/black-flag/commit/1c369fb8570c0b42acad78af66168f9b7f688dfc
145+
[7]: https://github.com/Xunnamius/black-flag/compare/v1.2.6...v1.2.7
146+
[8]: https://github.com/Xunnamius/black-flag/commit/cdc6af55387aac92b7d9fc16a57790068e4b6d49
147+
[9]: https://github.com/Xunnamius/black-flag/commit/6e7a268bebe71f19120fd926b004f3cb9e490760
148+
[10]: https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6
149+
[11]: https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c
150+
[12]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5
151+
[13]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2
152+
[14]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf
153+
[15]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4
154+
[16]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986
155+
[17]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3
156+
[18]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71
157+
[19]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3
158+
[20]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2
159+
[21]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e
160+
[22]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7
161+
[23]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13
162+
[24]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1
163+
[25]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1
164+
[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0
165+
[27]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684
166+
[28]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4
167+
[29]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824
168+
[30]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3
169+
[31]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53
170+
[32]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8
171+
[33]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2
172+
[34]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271
173+
[35]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1
174+
[36]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c
175+
[37]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0
176+
[38]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98
177+
[39]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea
178+
[40]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8
179+
[41]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0
180+
[42]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842
181+
[43]: https://github.com/black-
182+
[44]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d
183+
[45]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87
184+
[46]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff
185+
[47]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72
186+
[48]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17
187+
[49]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f
188+
[50]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f

docs/index/classes/CliError.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ other context.
4949

5050
#### Defined in
5151

52-
[src/error.ts:140](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L140)
52+
[src/error.ts:140](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L140)
5353

5454
### new CliError()
5555

@@ -78,7 +78,7 @@ via `super`.
7878

7979
#### Defined in
8080

81-
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L145)
81+
[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L145)
8282

8383
## Properties
8484

@@ -88,7 +88,7 @@ via `super`.
8888
8989
#### Defined in
9090

91-
[src/error.ts:135](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L135)
91+
[src/error.ts:135](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L135)
9292

9393
***
9494

@@ -143,7 +143,7 @@ command handlers. Tread carefully.
143143

144144
#### Defined in
145145

146-
[src/error.ts:133](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L133)
146+
[src/error.ts:133](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L133)
147147

148148
***
149149

@@ -195,7 +195,7 @@ false
195195

196196
#### Defined in
197197

198-
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L132)
198+
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L132)
199199

200200
***
201201

@@ -232,7 +232,7 @@ FrameworkExitCode.DefaultError
232232

233233
#### Defined in
234234

235-
[src/error.ts:131](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L131)
235+
[src/error.ts:131](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L131)
236236

237237
***
238238

docs/index/classes/GracefulEarlyExitError.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ termination of the application but with an exit code indicating success
3434

3535
#### Defined in
3636

37-
[src/error.ts:219](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L219)
37+
[src/error.ts:219](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L219)
3838

3939
## Properties
4040

@@ -48,7 +48,7 @@ termination of the application but with an exit code indicating success
4848

4949
#### Defined in
5050

51-
[src/error.ts:213](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L213)
51+
[src/error.ts:213](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L213)
5252

5353
***
5454

@@ -99,7 +99,7 @@ command handlers. Tread carefully.
9999

100100
#### Defined in
101101

102-
[src/error.ts:133](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L133)
102+
[src/error.ts:133](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L133)
103103

104104
***
105105

@@ -151,7 +151,7 @@ false
151151

152152
#### Defined in
153153

154-
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L132)
154+
[src/error.ts:132](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L132)
155155

156156
***
157157

@@ -188,7 +188,7 @@ FrameworkExitCode.DefaultError
188188

189189
#### Defined in
190190

191-
[src/error.ts:131](https://github.com/Xunnamius/black-flag/blob/20623d626b4c283cf81bd3e79356045673c5c3fb/src/error.ts#L131)
191+
[src/error.ts:131](https://github.com/Xunnamius/black-flag/blob/99e2b3aa8ebef83fdf414dda22ad11405c1907df/src/error.ts#L131)
192192

193193
***
194194

0 commit comments

Comments
 (0)