From 36c3b235e4f485bc44e7b1e66056577c8067e627 Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Sat, 1 Jun 2024 20:57:22 -0700 Subject: [PATCH] release: 1.2.6 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.2.6](https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6) (2024-06-02) #### 🪄 Fixes * **src:** ignore --help and --version if they occur after -- in argv ([35f66cc](https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c)) --- CHANGELOG.md | 162 +++++++++--------- docs/index/classes/CliError.md | 10 +- docs/index/classes/GracefulEarlyExitError.md | 8 +- docs/index/enumerations/FrameworkExitCode.md | 8 +- docs/index/functions/configureProgram.md | 2 +- docs/index/functions/isCliError.md | 2 +- .../functions/isGracefulEarlyExitError.md | 2 +- docs/index/functions/runProgram.md | 12 +- docs/index/type-aliases/Arguments.md | 2 +- docs/index/type-aliases/ChildConfiguration.md | 2 +- docs/index/type-aliases/Configuration.md | 2 +- docs/index/type-aliases/ConfigurationHooks.md | 2 +- docs/index/type-aliases/ConfigureArguments.md | 2 +- .../ConfigureErrorHandlingEpilogue.md | 2 +- .../type-aliases/ConfigureExecutionContext.md | 2 +- .../ConfigureExecutionEpilogue.md | 2 +- .../ConfigureExecutionPrologue.md | 2 +- .../ImportedConfigurationModule.md | 2 +- docs/index/type-aliases/NullArguments.md | 2 +- .../index/type-aliases/ParentConfiguration.md | 2 +- docs/index/type-aliases/RootConfiguration.md | 2 +- docs/index/variables/$executionContext.md | 2 +- docs/util/classes/AssertionFailedError.md | 8 +- .../classes/CommandNotImplementedError.md | 8 +- docs/util/functions/hideBin.md | 2 +- docs/util/functions/isArguments.md | 2 +- docs/util/functions/isAssertionSystemError.md | 2 +- .../functions/isCommandNotImplementedError.md | 2 +- docs/util/functions/isNullArguments.md | 2 +- docs/util/functions/isPreExecutionContext.md | 2 +- docs/util/functions/makeRunner.md | 2 +- docs/util/type-aliases/CliErrorOptions.md | 2 +- docs/util/type-aliases/DescriptorToProgram.md | 2 +- docs/util/type-aliases/EffectorProgram.md | 2 +- docs/util/type-aliases/ExecutionContext.md | 2 +- docs/util/type-aliases/Executor.md | 2 +- docs/util/type-aliases/FrameworkArguments.md | 2 +- docs/util/type-aliases/HelperProgram.md | 2 +- docs/util/type-aliases/PreExecutionContext.md | 2 +- docs/util/type-aliases/Program.md | 2 +- docs/util/type-aliases/ProgramDescriptor.md | 2 +- docs/util/type-aliases/ProgramMetadata.md | 2 +- docs/util/type-aliases/ProgramType.md | 2 +- docs/util/type-aliases/Programs.md | 2 +- docs/util/type-aliases/RouterProgram.md | 2 +- docs/util/variables/ErrorMessage.md | 2 +- docs/util/variables/defaultHelpOptionName.md | 2 +- .../variables/defaultHelpTextDescription.md | 2 +- docs/util/variables/defaultUsageText.md | 2 +- .../variables/defaultVersionOptionName.md | 2 +- .../defaultVersionTextDescription.md | 2 +- package-lock.json | 4 +- package.json | 2 +- 53 files changed, 159 insertions(+), 151 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f84815b..43c29c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,148 +4,156 @@ All notable changes to this project will be documented in this auto-generated file. The format is based on [Conventional Commits][1]; this project adheres to [Semantic Versioning][2]. -### [1.2.5][3] (2024-05-30) +### [1.2.6][3] (2024-06-02) #### 🪄 Fixes -- **src:** permanently fix --version support regression in node\@22 ([c201c2f][4]) +- **src:** ignore --help and --version if they occur after -- in argv ([35f66cc][4]) + +### [1.2.5][5] (2024-05-30) + +#### 🪄 Fixes + +- **src:** permanently fix --version support regression in node\@22 ([c201c2f][6]) #### ⚙️ Build System -- **package:** append node\@22 to supported node versions ([98815d1][5]) +- **package:** append node\@22 to supported node versions ([98815d1][7]) -### [1.2.4][6] (2024-03-27) +### [1.2.4][8] (2024-03-27) #### 🪄 Fixes -- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][7]) +- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][9]) -### [1.2.3][8] (2024-03-27) +### [1.2.3][10] (2024-03-27) #### 🪄 Fixes -- **package:** bump minimum node support to 20 LTS ([4b8c975][9]) -- **src:** ignore unknown file extension errors when discovering commands ([4babf12][10]) +- **package:** bump minimum node support to 20 LTS ([4b8c975][11]) +- **src:** ignore unknown file extension errors when discovering commands ([4babf12][12]) -### [1.2.2][11] (2024-03-21) +### [1.2.2][13] (2024-03-21) #### 🪄 Fixes -- No longer include default command when listing subcommands ([be2960a][12]) +- No longer include default command when listing subcommands ([be2960a][14]) #### ⚙️ Build System -- **husky:** update to latest hooks ([75d5c66][13]) -- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][14]) +- **husky:** update to latest hooks ([75d5c66][15]) +- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][16]) -### [1.2.1][15] (2024-03-19) +### [1.2.1][17] (2024-03-19) #### ⚙️ Build System -- **babel:** fix import specifier rewrite oversight ([2369534][16]) +- **babel:** fix import specifier rewrite oversight ([2369534][18]) -## [1.2.0][17] (2024-03-18) +## [1.2.0][19] (2024-03-18) #### ✨ Features -- Add `showHelp` option to `CliError` ([b5a1e58][18]) +- Add `showHelp` option to `CliError` ([b5a1e58][20]) -### [1.1.4][19] (2024-03-16) +### [1.1.4][21] (2024-03-16) #### 🪄 Fixes -- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][20]) +- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][22]) -### [1.1.3][21] (2024-03-15) +### [1.1.3][23] (2024-03-15) #### 🪄 Fixes -- Add support for `export default X` syntax ([bad391d][22]) -- Ensure `demandOption` is properly supported ([2f205c1][23]) +- Add support for `export default X` syntax ([bad391d][24]) +- Ensure `demandOption` is properly supported ([2f205c1][25]) -### [1.1.2][24] (2023-12-31) +### [1.1.2][26] (2023-12-31) #### 🪄 Fixes -- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][25]) +- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][27]) -### [1.1.1][26] (2023-12-31) +### [1.1.1][28] (2023-12-31) #### 🪄 Fixes -- Fix Node10 type resolution failure ([b6178c9][27]) +- Fix Node10 type resolution failure ([b6178c9][29]) -## [1.1.0][28] (2023-12-31) +## [1.1.0][30] (2023-12-31) #### ✨ Features -- **src:** support file://-style URLs ([0e5067e][29]) +- **src:** support file://-style URLs ([0e5067e][31]) #### 🪄 Fixes -- **src:** ensure --version is included in help text output when relevant ([4f159dc][30]) +- **src:** ensure --version is included in help text output when relevant ([4f159dc][32]) #### ⚙️ Build System -- **babel:** fix ESM<=>CJS interop issue ([5470091][31]) +- **babel:** fix ESM<=>CJS interop issue ([5470091][33]) -## [1.0.0][32] (2023-12-29) +## [1.0.0][34] (2023-12-29) #### ✨ Features -- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][33]) +- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][35]) #### 🪄 Fixes -- Rename package from "black-flag" to "[@black-][34]flag/core" npm typosquat workaround ([292ead5][35]) +- Rename package from "black-flag" to "[@black-][36]flag/core" npm typosquat workaround ([292ead5][37]) #### ⚙️ Build System -- Fix horrible decision by marked devs to break output for no reason ([036e350][36]) -- **jest:** ensure pkg-up is transformed ([c7f4aef][37]) -- **jest:** fix transformIgnorePatterns ([0548d34][38]) -- **jest:** transpile node\_modules ([5cf7a6c][39]) -- **tsconfig:** fix internal path resolution ([fbe3a69][40]) -- **tsconfig:** upgrade to NodeNext ([d3a499e][41]) +- Fix horrible decision by marked devs to break output for no reason ([036e350][38]) +- **jest:** ensure pkg-up is transformed ([c7f4aef][39]) +- **jest:** fix transformIgnorePatterns ([0548d34][40]) +- **jest:** transpile node\_modules ([5cf7a6c][41]) +- **tsconfig:** fix internal path resolution ([fbe3a69][42]) +- **tsconfig:** upgrade to NodeNext ([d3a499e][43]) [1]: https://conventionalcommits.org [2]: https://semver.org -[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5 -[4]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2 -[5]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf -[6]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4 -[7]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986 -[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3 -[9]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71 -[10]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3 -[11]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2 -[12]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e -[13]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7 -[14]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13 -[15]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1 -[16]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1 -[17]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0 -[18]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684 -[19]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4 -[20]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824 -[21]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3 -[22]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53 -[23]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8 -[24]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2 -[25]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271 -[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1 -[27]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c -[28]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0 -[29]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98 -[30]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea -[31]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8 -[32]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0 -[33]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842 -[34]: https://github.com/black- -[35]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d -[36]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87 -[37]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff -[38]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72 -[39]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17 -[40]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f -[41]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f +[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.5...v1.2.6 +[4]: https://github.com/Xunnamius/black-flag/commit/35f66cc9d69f8434d03db49f067b4f7e03d4c58c +[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5 +[6]: https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2 +[7]: https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf +[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4 +[9]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986 +[10]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3 +[11]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71 +[12]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3 +[13]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2 +[14]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e +[15]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7 +[16]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13 +[17]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1 +[18]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1 +[19]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0 +[20]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684 +[21]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4 +[22]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824 +[23]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3 +[24]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53 +[25]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8 +[26]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2 +[27]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271 +[28]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1 +[29]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c +[30]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0 +[31]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98 +[32]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea +[33]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8 +[34]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0 +[35]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842 +[36]: https://github.com/black- +[37]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d +[38]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87 +[39]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff +[40]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72 +[41]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17 +[42]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f +[43]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f diff --git a/docs/index/classes/CliError.md b/docs/index/classes/CliError.md index 291ddd5..f377e5a 100644 --- a/docs/index/classes/CliError.md +++ b/docs/index/classes/CliError.md @@ -49,7 +49,7 @@ other context. #### Source -[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L101) +[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L101) ### new CliError() @@ -78,7 +78,7 @@ via `super`. #### Source -[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L106) +[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L106) ## Properties @@ -88,7 +88,7 @@ via `super`. #### Source -[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L96) +[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L96) *** @@ -144,7 +144,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1076 #### Source -[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L94) *** @@ -172,7 +172,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Source -[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L93) *** diff --git a/docs/index/classes/GracefulEarlyExitError.md b/docs/index/classes/GracefulEarlyExitError.md index 419a2b7..2a1b0ed 100644 --- a/docs/index/classes/GracefulEarlyExitError.md +++ b/docs/index/classes/GracefulEarlyExitError.md @@ -34,7 +34,7 @@ termination of the application but with an exit code indicating success #### Source -[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L172) +[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L172) ## Properties @@ -48,7 +48,7 @@ termination of the application but with an exit code indicating success #### Source -[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L166) +[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L166) *** @@ -104,7 +104,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1076 #### Source -[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L94) *** @@ -132,7 +132,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Source -[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L93) *** diff --git a/docs/index/enumerations/FrameworkExitCode.md b/docs/index/enumerations/FrameworkExitCode.md index 81a0adc..916f739 100644 --- a/docs/index/enumerations/FrameworkExitCode.md +++ b/docs/index/enumerations/FrameworkExitCode.md @@ -22,7 +22,7 @@ In most cases, this exit code is indicative of improper use of Black Flag. #### Source -[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L60) +[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L60) *** @@ -34,7 +34,7 @@ Hard-coded default fallback exit code when fatal errors occur. #### Source -[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L48) +[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L48) *** @@ -46,7 +46,7 @@ The exit code used when executing an unimplemented child command. #### Source -[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L52) +[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L52) *** @@ -58,4 +58,4 @@ The exit code used when execution succeeds and exits gracefully. #### Source -[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L44) +[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L44) diff --git a/docs/index/functions/configureProgram.md b/docs/index/functions/configureProgram.md index 0295e1a..90dd1a6 100644 --- a/docs/index/functions/configureProgram.md +++ b/docs/index/functions/configureProgram.md @@ -39,4 +39,4 @@ occur if no commands are loadable from the given `commandModulePath`. ## Source -[src/index.ts:59](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/index.ts#L59) +[src/index.ts:59](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/index.ts#L59) diff --git a/docs/index/functions/isCliError.md b/docs/index/functions/isCliError.md index 0c7905a..c95a9a7 100644 --- a/docs/index/functions/isCliError.md +++ b/docs/index/functions/isCliError.md @@ -20,4 +20,4 @@ Type guard for [CliError](../classes/CliError.md). ## Source -[src/error.ts:25](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L25) +[src/error.ts:25](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L25) diff --git a/docs/index/functions/isGracefulEarlyExitError.md b/docs/index/functions/isGracefulEarlyExitError.md index 17bdafe..6711898 100644 --- a/docs/index/functions/isGracefulEarlyExitError.md +++ b/docs/index/functions/isGracefulEarlyExitError.md @@ -20,4 +20,4 @@ Type guard for [GracefulEarlyExitError](../classes/GracefulEarlyExitError.md). ## Source -[src/error.ts:38](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L38) +[src/error.ts:38](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L38) diff --git a/docs/index/functions/runProgram.md b/docs/index/functions/runProgram.md index 29c04d4..3e0bfca 100644 --- a/docs/index/functions/runProgram.md +++ b/docs/index/functions/runProgram.md @@ -38,7 +38,7 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:172](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L172) +[src/util.ts:172](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L172) ## runProgram(args) @@ -72,7 +72,7 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:193](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L193) +[src/util.ts:193](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L193) ## runProgram(args) @@ -107,7 +107,7 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:214](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L214) +[src/util.ts:214](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L214) ## runProgram(args) @@ -142,7 +142,7 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:238](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L238) +[src/util.ts:238](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L238) ## runProgram(args) @@ -177,7 +177,7 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:260](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L260) +[src/util.ts:260](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L260) ## runProgram(args) @@ -213,4 +213,4 @@ if any other error occurs, or `Arguments` otherwise. ### Source -[src/util.ts:286](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L286) +[src/util.ts:286](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L286) diff --git a/docs/index/type-aliases/Arguments.md b/docs/index/type-aliases/Arguments.md index ee71e3f..2d33302 100644 --- a/docs/index/type-aliases/Arguments.md +++ b/docs/index/type-aliases/Arguments.md @@ -20,4 +20,4 @@ arguments/properties specific to Black Flag, and an indexer falling back to ## Source -[types/program.ts:18](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L18) +[types/program.ts:18](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L18) diff --git a/docs/index/type-aliases/ChildConfiguration.md b/docs/index/type-aliases/ChildConfiguration.md index d1a26ca..81297ea 100644 --- a/docs/index/type-aliases/ChildConfiguration.md +++ b/docs/index/type-aliases/ChildConfiguration.md @@ -20,4 +20,4 @@ files that will eventually get imported via auto-discovery. ## Source -[types/module.ts:158](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L158) +[types/module.ts:158](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/module.ts#L158) diff --git a/docs/index/type-aliases/Configuration.md b/docs/index/type-aliases/Configuration.md index 958999e..bc66008 100644 --- a/docs/index/type-aliases/Configuration.md +++ b/docs/index/type-aliases/Configuration.md @@ -171,4 +171,4 @@ order: ## Source -[types/module.ts:11](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L11) +[types/module.ts:11](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/module.ts#L11) diff --git a/docs/index/type-aliases/ConfigurationHooks.md b/docs/index/type-aliases/ConfigurationHooks.md index 83c449b..16068c5 100644 --- a/docs/index/type-aliases/ConfigurationHooks.md +++ b/docs/index/type-aliases/ConfigurationHooks.md @@ -85,4 +85,4 @@ be thrown as-is and will NOT trigger ## Source -[types/configure.ts:96](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L96) +[types/configure.ts:96](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L96) diff --git a/docs/index/type-aliases/ConfigureArguments.md b/docs/index/type-aliases/ConfigureArguments.md index 4ba832c..ad006a1 100644 --- a/docs/index/type-aliases/ConfigureArguments.md +++ b/docs/index/type-aliases/ConfigureArguments.md @@ -30,4 +30,4 @@ implemented. ## Source -[types/configure.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L48) +[types/configure.ts:48](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L48) diff --git a/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md b/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md index 3858e2f..1d41285 100644 --- a/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md +++ b/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md @@ -44,4 +44,4 @@ an argument parsing/validation error. ## Source -[types/configure.ts:81](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L81) +[types/configure.ts:81](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L81) diff --git a/docs/index/type-aliases/ConfigureExecutionContext.md b/docs/index/type-aliases/ConfigureExecutionContext.md index b9857db..03fb707 100644 --- a/docs/index/type-aliases/ConfigureExecutionContext.md +++ b/docs/index/type-aliases/ConfigureExecutionContext.md @@ -29,4 +29,4 @@ thrown as-is and will NOT trigger [ConfigureErrorHandlingEpilogue](ConfigureErro ## Source -[types/configure.ts:17](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L17) +[types/configure.ts:17](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L17) diff --git a/docs/index/type-aliases/ConfigureExecutionEpilogue.md b/docs/index/type-aliases/ConfigureExecutionEpilogue.md index 57ed1be..18c75e6 100644 --- a/docs/index/type-aliases/ConfigureExecutionEpilogue.md +++ b/docs/index/type-aliases/ConfigureExecutionEpilogue.md @@ -32,4 +32,4 @@ This function is the complement of [ConfigureExecutionPrologue](ConfigureExecuti ## Source -[types/configure.ts:64](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L64) +[types/configure.ts:64](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L64) diff --git a/docs/index/type-aliases/ConfigureExecutionPrologue.md b/docs/index/type-aliases/ConfigureExecutionPrologue.md index 953ea01..81063a2 100644 --- a/docs/index/type-aliases/ConfigureExecutionPrologue.md +++ b/docs/index/type-aliases/ConfigureExecutionPrologue.md @@ -39,4 +39,4 @@ thrown as-is and will NOT trigger [ConfigureErrorHandlingEpilogue](ConfigureErro ## Source -[types/configure.ts:37](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L37) +[types/configure.ts:37](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/configure.ts#L37) diff --git a/docs/index/type-aliases/ImportedConfigurationModule.md b/docs/index/type-aliases/ImportedConfigurationModule.md index 5284542..c8394e8 100644 --- a/docs/index/type-aliases/ImportedConfigurationModule.md +++ b/docs/index/type-aliases/ImportedConfigurationModule.md @@ -26,4 +26,4 @@ file). ## Source -[types/module.ts:168](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L168) +[types/module.ts:168](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/module.ts#L168) diff --git a/docs/index/type-aliases/NullArguments.md b/docs/index/type-aliases/NullArguments.md index 9ec4977..fc167cf 100644 --- a/docs/index/type-aliases/NullArguments.md +++ b/docs/index/type-aliases/NullArguments.md @@ -30,4 +30,4 @@ yargs from returning a real `Arguments` parse result. ## Source -[types/program.ts:30](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L30) +[types/program.ts:30](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L30) diff --git a/docs/index/type-aliases/ParentConfiguration.md b/docs/index/type-aliases/ParentConfiguration.md index 57eda0f..55b2264 100644 --- a/docs/index/type-aliases/ParentConfiguration.md +++ b/docs/index/type-aliases/ParentConfiguration.md @@ -20,4 +20,4 @@ module files that will eventually get imported via auto-discovery. ## Source -[types/module.ts:148](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L148) +[types/module.ts:148](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/module.ts#L148) diff --git a/docs/index/type-aliases/RootConfiguration.md b/docs/index/type-aliases/RootConfiguration.md index f7d9fc5..5d38435 100644 --- a/docs/index/type-aliases/RootConfiguration.md +++ b/docs/index/type-aliases/RootConfiguration.md @@ -20,4 +20,4 @@ files that will eventually get imported via auto-discovery. ## Source -[types/module.ts:138](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L138) +[types/module.ts:138](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/module.ts#L138) diff --git a/docs/index/variables/$executionContext.md b/docs/index/variables/$executionContext.md index f5ae1df..d45c5e0 100644 --- a/docs/index/variables/$executionContext.md +++ b/docs/index/variables/$executionContext.md @@ -13,4 +13,4 @@ each `Arguments` instance. ## Source -[src/constant.ts:5](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L5) +[src/constant.ts:5](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L5) diff --git a/docs/util/classes/AssertionFailedError.md b/docs/util/classes/AssertionFailedError.md index 53f081f..d956f8e 100644 --- a/docs/util/classes/AssertionFailedError.md +++ b/docs/util/classes/AssertionFailedError.md @@ -34,7 +34,7 @@ Represents a failed sanity check. #### Source -[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L188) +[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L188) ## Properties @@ -48,7 +48,7 @@ Represents a failed sanity check. #### Source -[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L184) +[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L184) *** @@ -104,7 +104,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1076 #### Source -[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L94) *** @@ -132,7 +132,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Source -[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L93) *** diff --git a/docs/util/classes/CommandNotImplementedError.md b/docs/util/classes/CommandNotImplementedError.md index f7bd4bc..106834f 100644 --- a/docs/util/classes/CommandNotImplementedError.md +++ b/docs/util/classes/CommandNotImplementedError.md @@ -31,7 +31,7 @@ implemented. #### Source -[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L150) +[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L150) ## Properties @@ -45,7 +45,7 @@ implemented. #### Source -[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L145) +[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L145) *** @@ -101,7 +101,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1076 #### Source -[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L94) *** @@ -129,7 +129,7 @@ node\_modules/typescript/lib/lib.es5.d.ts:1078 #### Source -[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L93) *** diff --git a/docs/util/functions/hideBin.md b/docs/util/functions/hideBin.md index fc07f8c..3b42c4e 100644 --- a/docs/util/functions/hideBin.md +++ b/docs/util/functions/hideBin.md @@ -22,4 +22,4 @@ https://yargs.js.org/docs/#api-reference ## Source -[src/exports/util.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/exports/util.ts#L48) +[src/exports/util.ts:48](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/exports/util.ts#L48) diff --git a/docs/util/functions/isArguments.md b/docs/util/functions/isArguments.md index c9b4b69..bc9f9e2 100644 --- a/docs/util/functions/isArguments.md +++ b/docs/util/functions/isArguments.md @@ -20,4 +20,4 @@ Type-guard for [Arguments](../../index/type-aliases/Arguments.md). ## Source -[src/util.ts:458](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L458) +[src/util.ts:458](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L458) diff --git a/docs/util/functions/isAssertionSystemError.md b/docs/util/functions/isAssertionSystemError.md index a961db2..fd7cff2 100644 --- a/docs/util/functions/isAssertionSystemError.md +++ b/docs/util/functions/isAssertionSystemError.md @@ -20,4 +20,4 @@ Type-guard for Node's "ERR_ASSERTION" so-called `SystemError`. ## Source -[src/util.ts:472](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L472) +[src/util.ts:472](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L472) diff --git a/docs/util/functions/isCommandNotImplementedError.md b/docs/util/functions/isCommandNotImplementedError.md index 65eb094..f5d20d2 100644 --- a/docs/util/functions/isCommandNotImplementedError.md +++ b/docs/util/functions/isCommandNotImplementedError.md @@ -20,4 +20,4 @@ Type guard for [CommandNotImplementedError](../classes/CommandNotImplementedErro ## Source -[src/error.ts:53](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L53) +[src/error.ts:53](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L53) diff --git a/docs/util/functions/isNullArguments.md b/docs/util/functions/isNullArguments.md index 75d96b8..89809cf 100644 --- a/docs/util/functions/isNullArguments.md +++ b/docs/util/functions/isNullArguments.md @@ -20,4 +20,4 @@ Type-guard for [NullArguments](../../index/type-aliases/NullArguments.md). ## Source -[src/util.ts:447](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L447) +[src/util.ts:447](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L447) diff --git a/docs/util/functions/isPreExecutionContext.md b/docs/util/functions/isPreExecutionContext.md index 4bc2aef..5088a10 100644 --- a/docs/util/functions/isPreExecutionContext.md +++ b/docs/util/functions/isPreExecutionContext.md @@ -20,4 +20,4 @@ Type-guard for [PreExecutionContext](../type-aliases/PreExecutionContext.md). ## Source -[src/util.ts:434](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L434) +[src/util.ts:434](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L434) diff --git a/docs/util/functions/makeRunner.md b/docs/util/functions/makeRunner.md index 938fcfe..6d181ad 100644 --- a/docs/util/functions/makeRunner.md +++ b/docs/util/functions/makeRunner.md @@ -49,4 +49,4 @@ details. ## Source -[src/util.ts:50](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L50) +[src/util.ts:50](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/util.ts#L50) diff --git a/docs/util/type-aliases/CliErrorOptions.md b/docs/util/type-aliases/CliErrorOptions.md index b124ee1..bc3b730 100644 --- a/docs/util/type-aliases/CliErrorOptions.md +++ b/docs/util/type-aliases/CliErrorOptions.md @@ -41,4 +41,4 @@ FrameworkExitCode.DefaultError ## Source -[src/error.ts:67](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L67) +[src/error.ts:67](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L67) diff --git a/docs/util/type-aliases/DescriptorToProgram.md b/docs/util/type-aliases/DescriptorToProgram.md index 2f8cdaa..92dd64c 100644 --- a/docs/util/type-aliases/DescriptorToProgram.md +++ b/docs/util/type-aliases/DescriptorToProgram.md @@ -20,4 +20,4 @@ Accepts a `Descriptor` type and maps it to one of the `XProgram` types. ## Source -[types/program.ts:159](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L159) +[types/program.ts:159](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L159) diff --git a/docs/util/type-aliases/EffectorProgram.md b/docs/util/type-aliases/EffectorProgram.md index a36ec74..c5a37a0 100644 --- a/docs/util/type-aliases/EffectorProgram.md +++ b/docs/util/type-aliases/EffectorProgram.md @@ -18,4 +18,4 @@ Represents an "effector" [Program](Program.md) instance. ## Source -[types/program.ts:119](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L119) +[types/program.ts:119](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L119) diff --git a/docs/util/type-aliases/ExecutionContext.md b/docs/util/type-aliases/ExecutionContext.md index 1d24fc9..909bbb6 100644 --- a/docs/util/type-aliases/ExecutionContext.md +++ b/docs/util/type-aliases/ExecutionContext.md @@ -272,4 +272,4 @@ true ## Source -[types/program.ts:328](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L328) +[types/program.ts:328](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L328) diff --git a/docs/util/type-aliases/Executor.md b/docs/util/type-aliases/Executor.md index ed2fce9..cbafa09 100644 --- a/docs/util/type-aliases/Executor.md +++ b/docs/util/type-aliases/Executor.md @@ -34,4 +34,4 @@ instead. ## Source -[types/program.ts:280](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L280) +[types/program.ts:280](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L280) diff --git a/docs/util/type-aliases/FrameworkArguments.md b/docs/util/type-aliases/FrameworkArguments.md index a5f56e8..c8ff590 100644 --- a/docs/util/type-aliases/FrameworkArguments.md +++ b/docs/util/type-aliases/FrameworkArguments.md @@ -28,4 +28,4 @@ you. ## Source -[types/program.ts:257](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L257) +[types/program.ts:257](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L257) diff --git a/docs/util/type-aliases/HelperProgram.md b/docs/util/type-aliases/HelperProgram.md index a2fc5b0..ec24d56 100644 --- a/docs/util/type-aliases/HelperProgram.md +++ b/docs/util/type-aliases/HelperProgram.md @@ -18,4 +18,4 @@ Represents an "helper" [Program](Program.md) instance. ## Source -[types/program.ts:130](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L130) +[types/program.ts:130](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L130) diff --git a/docs/util/type-aliases/PreExecutionContext.md b/docs/util/type-aliases/PreExecutionContext.md index 26365fb..166fc05 100644 --- a/docs/util/type-aliases/PreExecutionContext.md +++ b/docs/util/type-aliases/PreExecutionContext.md @@ -54,4 +54,4 @@ instances belonging to the root command. ## Source -[types/program.ts:291](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L291) +[types/program.ts:291](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L291) diff --git a/docs/util/type-aliases/Program.md b/docs/util/type-aliases/Program.md index 7656c20..6ea0624 100644 --- a/docs/util/type-aliases/Program.md +++ b/docs/util/type-aliases/Program.md @@ -103,4 +103,4 @@ _Program.showHelpOnFail ## Source -[types/program.ts:44](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L44) +[types/program.ts:44](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L44) diff --git a/docs/util/type-aliases/ProgramDescriptor.md b/docs/util/type-aliases/ProgramDescriptor.md index 4d9db20..ed2c58e 100644 --- a/docs/util/type-aliases/ProgramDescriptor.md +++ b/docs/util/type-aliases/ProgramDescriptor.md @@ -12,4 +12,4 @@ Represents the three program types that comprise any Black Flag command. ## Source -[types/program.ts:154](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L154) +[types/program.ts:154](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L154) diff --git a/docs/util/type-aliases/ProgramMetadata.md b/docs/util/type-aliases/ProgramMetadata.md index 5cc71c9..e10f96f 100644 --- a/docs/util/type-aliases/ProgramMetadata.md +++ b/docs/util/type-aliases/ProgramMetadata.md @@ -88,4 +88,4 @@ module auto-discovered and loaded (invariant). ## Source -[types/program.ts:188](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L188) +[types/program.ts:188](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L188) diff --git a/docs/util/type-aliases/ProgramType.md b/docs/util/type-aliases/ProgramType.md index 16100fa..074df1a 100644 --- a/docs/util/type-aliases/ProgramType.md +++ b/docs/util/type-aliases/ProgramType.md @@ -12,4 +12,4 @@ Represents valid [Configuration](../../index/type-aliases/Configuration.md) modu ## Source -[types/program.ts:149](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L149) +[types/program.ts:149](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L149) diff --git a/docs/util/type-aliases/Programs.md b/docs/util/type-aliases/Programs.md index 2e0b9e0..85645e2 100644 --- a/docs/util/type-aliases/Programs.md +++ b/docs/util/type-aliases/Programs.md @@ -19,4 +19,4 @@ aptly-named values in an object. ## Source -[types/program.ts:173](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L173) +[types/program.ts:173](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L173) diff --git a/docs/util/type-aliases/RouterProgram.md b/docs/util/type-aliases/RouterProgram.md index 4e06052..7483748 100644 --- a/docs/util/type-aliases/RouterProgram.md +++ b/docs/util/type-aliases/RouterProgram.md @@ -18,4 +18,4 @@ Represents an "router" [Program](Program.md) instance. ## Source -[types/program.ts:141](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L141) +[types/program.ts:141](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/types/program.ts#L141) diff --git a/docs/util/variables/ErrorMessage.md b/docs/util/variables/ErrorMessage.md index 4da14d0..df57882 100644 --- a/docs/util/variables/ErrorMessage.md +++ b/docs/util/variables/ErrorMessage.md @@ -356,4 +356,4 @@ A collection of possible error and warning messages emitted by Black Flag. ## Source -[src/error.ts:200](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L200) +[src/error.ts:200](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/error.ts#L200) diff --git a/docs/util/variables/defaultHelpOptionName.md b/docs/util/variables/defaultHelpOptionName.md index 4fc80bb..7fc1298 100644 --- a/docs/util/variables/defaultHelpOptionName.md +++ b/docs/util/variables/defaultHelpOptionName.md @@ -13,4 +13,4 @@ Hard-coded default option name for dumping help text to stdout. For example: ## Source -[src/constant.ts:19](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L19) +[src/constant.ts:19](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L19) diff --git a/docs/util/variables/defaultHelpTextDescription.md b/docs/util/variables/defaultHelpTextDescription.md index 38814b9..45e3038 100644 --- a/docs/util/variables/defaultHelpTextDescription.md +++ b/docs/util/variables/defaultHelpTextDescription.md @@ -12,4 +12,4 @@ Hard-coded default help option description text. ## Source -[src/constant.ts:24](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L24) +[src/constant.ts:24](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L24) diff --git a/docs/util/variables/defaultUsageText.md b/docs/util/variables/defaultUsageText.md index 958fc28..4cfb7b0 100644 --- a/docs/util/variables/defaultUsageText.md +++ b/docs/util/variables/defaultUsageText.md @@ -15,4 +15,4 @@ description (`description` export) respectively. ## Source -[src/constant.ts:13](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L13) +[src/constant.ts:13](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L13) diff --git a/docs/util/variables/defaultVersionOptionName.md b/docs/util/variables/defaultVersionOptionName.md index 7b09a55..643f868 100644 --- a/docs/util/variables/defaultVersionOptionName.md +++ b/docs/util/variables/defaultVersionOptionName.md @@ -13,4 +13,4 @@ example: `--${defaultVersionOptionName}`. ## Source -[src/constant.ts:30](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L30) +[src/constant.ts:30](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L30) diff --git a/docs/util/variables/defaultVersionTextDescription.md b/docs/util/variables/defaultVersionTextDescription.md index 8f9350a..08591b6 100644 --- a/docs/util/variables/defaultVersionTextDescription.md +++ b/docs/util/variables/defaultVersionTextDescription.md @@ -12,4 +12,4 @@ Hard-coded default version option description text. ## Source -[src/constant.ts:35](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L35) +[src/constant.ts:35](https://github.com/Xunnamius/black-flag/blob/35f66cc9d69f8434d03db49f067b4f7e03d4c58c/src/constant.ts#L35) diff --git a/package-lock.json b/package-lock.json index 192fd61..d3256ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@black-flag/core", - "version": "1.2.5", + "version": "1.2.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@black-flag/core", - "version": "1.2.5", + "version": "1.2.6", "license": "MIT", "dependencies": { "@types/debug": "^4.1.12", diff --git a/package.json b/package.json index a8b74fd..d032e38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@black-flag/core", - "version": "1.2.5", + "version": "1.2.6", "description": "A declarative framework for building fluent, deeply hierarchical command line interfaces with yargs", "keywords": [ "cli",