From 4b1dd3af93483e47347a275a1f1da14f7401bcb8 Mon Sep 17 00:00:00 2001 From: "Xunnamius (Romulus)" Date: Thu, 30 May 2024 05:54:39 -0700 Subject: [PATCH] release: 1.2.5 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [1.2.5](https://github.com/Xunnamius/black-flag/compare/v1.2.4...v1.2.5) (2024-05-30) #### 🪄 Fixes * **src:** permanently fix --version support regression in node@22 ([c201c2f](https://github.com/Xunnamius/black-flag/commit/c201c2ff87c1119b9678e38acdc12918d2ed7fc2)) #### ⚙️ Build system * **package:** append node@22 to supported node versions ([98815d1](https://github.com/Xunnamius/black-flag/commit/98815d1ef218af56e07493a921c66294f91101cf)) --- CHANGELOG.md | 155 ++++++++++-------- 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, 158 insertions(+), 145 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e21de4..f84815b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,135 +4,148 @@ 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.4][3] (2024-03-27) +### [1.2.5][3] (2024-05-30) #### 🪄 Fixes -- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][4]) +- **src:** permanently fix --version support regression in node\@22 ([c201c2f][4]) -### [1.2.3][5] (2024-03-27) +#### ⚙️ Build System + +- **package:** append node\@22 to supported node versions ([98815d1][5]) + +### [1.2.4][6] (2024-03-27) + +#### 🪄 Fixes + +- **src:** explicitly ignore .d.ts files within command dirs ([d6618d3][7]) + +### [1.2.3][8] (2024-03-27) #### 🪄 Fixes -- **package:** bump minimum node support to 20 LTS ([4b8c975][6]) -- **src:** ignore unknown file extension errors when discovering commands ([4babf12][7]) +- **package:** bump minimum node support to 20 LTS ([4b8c975][9]) +- **src:** ignore unknown file extension errors when discovering commands ([4babf12][10]) -### [1.2.2][8] (2024-03-21) +### [1.2.2][11] (2024-03-21) #### 🪄 Fixes -- No longer include default command when listing subcommands ([be2960a][9]) +- No longer include default command when listing subcommands ([be2960a][12]) #### ⚙️ Build System -- **husky:** update to latest hooks ([75d5c66][10]) -- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][11]) +- **husky:** update to latest hooks ([75d5c66][13]) +- **src:** do not filter to own methods when proxying and rebinding ([8bb0254][14]) -### [1.2.1][12] (2024-03-19) +### [1.2.1][15] (2024-03-19) #### ⚙️ Build System -- **babel:** fix import specifier rewrite oversight ([2369534][13]) +- **babel:** fix import specifier rewrite oversight ([2369534][16]) -## [1.2.0][14] (2024-03-18) +## [1.2.0][17] (2024-03-18) #### ✨ Features -- Add `showHelp` option to `CliError` ([b5a1e58][15]) +- Add `showHelp` option to `CliError` ([b5a1e58][18]) -### [1.1.4][16] (2024-03-16) +### [1.1.4][19] (2024-03-16) #### 🪄 Fixes -- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][17]) +- **types:** allow exported types to specify custom `ExecutionContext` ([f66599b][20]) -### [1.1.3][18] (2024-03-15) +### [1.1.3][21] (2024-03-15) #### 🪄 Fixes -- Add support for `export default X` syntax ([bad391d][19]) -- Ensure `demandOption` is properly supported ([2f205c1][20]) +- Add support for `export default X` syntax ([bad391d][22]) +- Ensure `demandOption` is properly supported ([2f205c1][23]) -### [1.1.2][21] (2023-12-31) +### [1.1.2][24] (2023-12-31) #### 🪄 Fixes -- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][22]) +- **readme:** move parserConfiguration call out of dead zone in example ([f79c114][25]) -### [1.1.1][23] (2023-12-31) +### [1.1.1][26] (2023-12-31) #### 🪄 Fixes -- Fix Node10 type resolution failure ([b6178c9][24]) +- Fix Node10 type resolution failure ([b6178c9][27]) -## [1.1.0][25] (2023-12-31) +## [1.1.0][28] (2023-12-31) #### ✨ Features -- **src:** support file://-style URLs ([0e5067e][26]) +- **src:** support file://-style URLs ([0e5067e][29]) #### 🪄 Fixes -- **src:** ensure --version is included in help text output when relevant ([4f159dc][27]) +- **src:** ensure --version is included in help text output when relevant ([4f159dc][30]) #### ⚙️ Build System -- **babel:** fix ESM<=>CJS interop issue ([5470091][28]) +- **babel:** fix ESM<=>CJS interop issue ([5470091][31]) -## [1.0.0][29] (2023-12-29) +## [1.0.0][32] (2023-12-29) #### ✨ Features -- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][30]) +- **src:** disallow creating commands with conflicting names/aliases ([78bf8ff][33]) #### 🪄 Fixes -- Rename package from "black-flag" to "[@black-][31]flag/core" npm typosquat workaround ([292ead5][32]) +- Rename package from "black-flag" to "[@black-][34]flag/core" npm typosquat workaround ([292ead5][35]) #### ⚙️ Build System -- Fix horrible decision by marked devs to break output for no reason ([036e350][33]) -- **jest:** ensure pkg-up is transformed ([c7f4aef][34]) -- **jest:** fix transformIgnorePatterns ([0548d34][35]) -- **jest:** transpile node\_modules ([5cf7a6c][36]) -- **tsconfig:** fix internal path resolution ([fbe3a69][37]) -- **tsconfig:** upgrade to NodeNext ([d3a499e][38]) +- 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]) [1]: https://conventionalcommits.org [2]: https://semver.org -[3]: https://github.com/Xunnamius/black-flag/compare/v1.2.3...v1.2.4 -[4]: https://github.com/Xunnamius/black-flag/commit/d6618d370bd9a7264dad240856dc989a61071986 -[5]: https://github.com/Xunnamius/black-flag/compare/v1.2.2...v1.2.3 -[6]: https://github.com/Xunnamius/black-flag/commit/4b8c9759bc09f9b07593ce89446d4ec0e614db71 -[7]: https://github.com/Xunnamius/black-flag/commit/4babf12308b7aab0ed319077701eb6f3a1fdf1d3 -[8]: https://github.com/Xunnamius/black-flag/compare/v1.2.1...v1.2.2 -[9]: https://github.com/Xunnamius/black-flag/commit/be2960a507c43b3db598157de4dcafe22ee8906e -[10]: https://github.com/Xunnamius/black-flag/commit/75d5c66bcce8f0c2c139962f7ddd28aa0c9499d7 -[11]: https://github.com/Xunnamius/black-flag/commit/8bb025436d219c024a5d4a4a0ac59999440b7c13 -[12]: https://github.com/Xunnamius/black-flag/compare/v1.2.0...v1.2.1 -[13]: https://github.com/Xunnamius/black-flag/commit/2369534f63aa3858714bb81505d3fff4ed77c6b1 -[14]: https://github.com/Xunnamius/black-flag/compare/v1.1.4...v1.2.0 -[15]: https://github.com/Xunnamius/black-flag/commit/b5a1e58add31902fd9ec80b93dd37305b8fd0684 -[16]: https://github.com/Xunnamius/black-flag/compare/v1.1.3...v1.1.4 -[17]: https://github.com/Xunnamius/black-flag/commit/f66599bfdbb70ada6ec662e0d220a0a2e7047824 -[18]: https://github.com/Xunnamius/black-flag/compare/v1.1.2...v1.1.3 -[19]: https://github.com/Xunnamius/black-flag/commit/bad391da3019a5743a76ca2e510903f34c84ca53 -[20]: https://github.com/Xunnamius/black-flag/commit/2f205c1e8c94d3e6683816e5bbc3ae152e3c83e8 -[21]: https://github.com/Xunnamius/black-flag/compare/v1.1.1...v1.1.2 -[22]: https://github.com/Xunnamius/black-flag/commit/f79c11476de47bee3fa01e139269393b604b4271 -[23]: https://github.com/Xunnamius/black-flag/compare/v1.1.0...v1.1.1 -[24]: https://github.com/Xunnamius/black-flag/commit/b6178c9670a95084bca34424e71498f2d29ac48c -[25]: https://github.com/Xunnamius/black-flag/compare/v1.0.0...v1.1.0 -[26]: https://github.com/Xunnamius/black-flag/commit/0e5067e2b0913a19bdc6975b50b272bb5872ba98 -[27]: https://github.com/Xunnamius/black-flag/commit/4f159dc4b84223dd6b07456c0b50da16d2816bea -[28]: https://github.com/Xunnamius/black-flag/commit/5470091e385ca344e12a280ff95be793742874b8 -[29]: https://github.com/Xunnamius/black-flag/compare/d3a499e7aeddf23d392479b2cf99cc98bce8226f...v1.0.0 -[30]: https://github.com/Xunnamius/black-flag/commit/78bf8ffb0a6931fb3b131c42ce4b84146bfec842 -[31]: https://github.com/black- -[32]: https://github.com/Xunnamius/black-flag/commit/292ead5aa3f18c556d72d714830dcf07b9253e6d -[33]: https://github.com/Xunnamius/black-flag/commit/036e3506edc863da86372163c91dd650d6ac1e87 -[34]: https://github.com/Xunnamius/black-flag/commit/c7f4aef48366dc13685fb9805086be52d3561eff -[35]: https://github.com/Xunnamius/black-flag/commit/0548d34f559c3b8ba6d9514f1586aeeb3b382f72 -[36]: https://github.com/Xunnamius/black-flag/commit/5cf7a6c79bba3125ce47838e5cfd24a1a08bbd17 -[37]: https://github.com/Xunnamius/black-flag/commit/fbe3a699a9063ed7da08311a22fe798672583b0f -[38]: https://github.com/Xunnamius/black-flag/commit/d3a499e7aeddf23d392479b2cf99cc98bce8226f +[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 diff --git a/docs/index/classes/CliError.md b/docs/index/classes/CliError.md index 68bcca6..291ddd5 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L101) +[src/error.ts:101](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L101) ### new CliError() @@ -78,7 +78,7 @@ via `super`. #### Source -[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/d4a156f70283118824ee7289456277508954660f/src/error.ts#L106) +[src/error.ts:106](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L106) ## Properties @@ -88,7 +88,7 @@ via `super`. #### Source -[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/d4a156f70283118824ee7289456277508954660f/src/error.ts#L96) +[src/error.ts:96](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) *** diff --git a/docs/index/classes/GracefulEarlyExitError.md b/docs/index/classes/GracefulEarlyExitError.md index f007256..419a2b7 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L172) +[src/error.ts:172](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L166) +[src/error.ts:166](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) *** diff --git a/docs/index/enumerations/FrameworkExitCode.md b/docs/index/enumerations/FrameworkExitCode.md index d554bba..81a0adc 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L60) +[src/constant.ts:60](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L48) +[src/constant.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L52) +[src/constant.ts:52](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L44) +[src/constant.ts:44](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L44) diff --git a/docs/index/functions/configureProgram.md b/docs/index/functions/configureProgram.md index 68ec1f8..0295e1a 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/d4a156f70283118824ee7289456277508954660f/src/index.ts#L59) +[src/index.ts:59](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/index.ts#L59) diff --git a/docs/index/functions/isCliError.md b/docs/index/functions/isCliError.md index 0250edb..0c7905a 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L25) +[src/error.ts:25](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L25) diff --git a/docs/index/functions/isGracefulEarlyExitError.md b/docs/index/functions/isGracefulEarlyExitError.md index b7f40ad..17bdafe 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L38) +[src/error.ts:38](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L38) diff --git a/docs/index/functions/runProgram.md b/docs/index/functions/runProgram.md index b6f70ec..29c04d4 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L172) +[src/util.ts:172](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L193) +[src/util.ts:193](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L214) +[src/util.ts:214](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L238) +[src/util.ts:238](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L260) +[src/util.ts:260](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L286) +[src/util.ts:286](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L286) diff --git a/docs/index/type-aliases/Arguments.md b/docs/index/type-aliases/Arguments.md index 6544d4b..ee71e3f 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L18) +[types/program.ts:18](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L18) diff --git a/docs/index/type-aliases/ChildConfiguration.md b/docs/index/type-aliases/ChildConfiguration.md index 0e90563..d1a26ca 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/d4a156f70283118824ee7289456277508954660f/types/module.ts#L158) +[types/module.ts:158](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L158) diff --git a/docs/index/type-aliases/Configuration.md b/docs/index/type-aliases/Configuration.md index ce3be5a..958999e 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/d4a156f70283118824ee7289456277508954660f/types/module.ts#L11) +[types/module.ts:11](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L11) diff --git a/docs/index/type-aliases/ConfigurationHooks.md b/docs/index/type-aliases/ConfigurationHooks.md index ce14928..83c449b 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L96) +[types/configure.ts:96](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L96) diff --git a/docs/index/type-aliases/ConfigureArguments.md b/docs/index/type-aliases/ConfigureArguments.md index b209478..4ba832c 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L48) +[types/configure.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L48) diff --git a/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md b/docs/index/type-aliases/ConfigureErrorHandlingEpilogue.md index dde732d..3858e2f 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L81) +[types/configure.ts:81](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L81) diff --git a/docs/index/type-aliases/ConfigureExecutionContext.md b/docs/index/type-aliases/ConfigureExecutionContext.md index af8727b..b9857db 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L17) +[types/configure.ts:17](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L17) diff --git a/docs/index/type-aliases/ConfigureExecutionEpilogue.md b/docs/index/type-aliases/ConfigureExecutionEpilogue.md index f5add15..57ed1be 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L64) +[types/configure.ts:64](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L64) diff --git a/docs/index/type-aliases/ConfigureExecutionPrologue.md b/docs/index/type-aliases/ConfigureExecutionPrologue.md index c0b9c58..953ea01 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/d4a156f70283118824ee7289456277508954660f/types/configure.ts#L37) +[types/configure.ts:37](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/configure.ts#L37) diff --git a/docs/index/type-aliases/ImportedConfigurationModule.md b/docs/index/type-aliases/ImportedConfigurationModule.md index 00ee738..5284542 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/d4a156f70283118824ee7289456277508954660f/types/module.ts#L168) +[types/module.ts:168](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L168) diff --git a/docs/index/type-aliases/NullArguments.md b/docs/index/type-aliases/NullArguments.md index a9e1af6..9ec4977 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L30) +[types/program.ts:30](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L30) diff --git a/docs/index/type-aliases/ParentConfiguration.md b/docs/index/type-aliases/ParentConfiguration.md index 93ab0d1..57eda0f 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/d4a156f70283118824ee7289456277508954660f/types/module.ts#L148) +[types/module.ts:148](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L148) diff --git a/docs/index/type-aliases/RootConfiguration.md b/docs/index/type-aliases/RootConfiguration.md index c71eaf5..f7d9fc5 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/d4a156f70283118824ee7289456277508954660f/types/module.ts#L138) +[types/module.ts:138](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/module.ts#L138) diff --git a/docs/index/variables/$executionContext.md b/docs/index/variables/$executionContext.md index acbb872..f5ae1df 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L5) +[src/constant.ts:5](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L5) diff --git a/docs/util/classes/AssertionFailedError.md b/docs/util/classes/AssertionFailedError.md index a434ce5..53f081f 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L188) +[src/error.ts:188](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L184) +[src/error.ts:184](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) *** diff --git a/docs/util/classes/CommandNotImplementedError.md b/docs/util/classes/CommandNotImplementedError.md index cde163b..f7bd4bc 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L150) +[src/error.ts:150](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L150) ## Properties @@ -45,7 +45,7 @@ implemented. #### Source -[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/d4a156f70283118824ee7289456277508954660f/src/error.ts#L145) +[src/error.ts:145](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L94) +[src/error.ts:94](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L93) +[src/error.ts:93](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L93) *** diff --git a/docs/util/functions/hideBin.md b/docs/util/functions/hideBin.md index 6a47141..fc07f8c 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/d4a156f70283118824ee7289456277508954660f/src/exports/util.ts#L48) +[src/exports/util.ts:48](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/exports/util.ts#L48) diff --git a/docs/util/functions/isArguments.md b/docs/util/functions/isArguments.md index 7d6f12a..c9b4b69 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L458) +[src/util.ts:458](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L458) diff --git a/docs/util/functions/isAssertionSystemError.md b/docs/util/functions/isAssertionSystemError.md index c4b0f82..a961db2 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L472) +[src/util.ts:472](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L472) diff --git a/docs/util/functions/isCommandNotImplementedError.md b/docs/util/functions/isCommandNotImplementedError.md index 1fc2a8c..65eb094 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L53) +[src/error.ts:53](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L53) diff --git a/docs/util/functions/isNullArguments.md b/docs/util/functions/isNullArguments.md index 96a79d1..75d96b8 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L447) +[src/util.ts:447](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L447) diff --git a/docs/util/functions/isPreExecutionContext.md b/docs/util/functions/isPreExecutionContext.md index db9d2f8..4bc2aef 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L434) +[src/util.ts:434](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L434) diff --git a/docs/util/functions/makeRunner.md b/docs/util/functions/makeRunner.md index 588a0d7..938fcfe 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/d4a156f70283118824ee7289456277508954660f/src/util.ts#L50) +[src/util.ts:50](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/util.ts#L50) diff --git a/docs/util/type-aliases/CliErrorOptions.md b/docs/util/type-aliases/CliErrorOptions.md index c0e7342..b124ee1 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L67) +[src/error.ts:67](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L67) diff --git a/docs/util/type-aliases/DescriptorToProgram.md b/docs/util/type-aliases/DescriptorToProgram.md index 1e4a5d3..2f8cdaa 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L159) +[types/program.ts:159](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L159) diff --git a/docs/util/type-aliases/EffectorProgram.md b/docs/util/type-aliases/EffectorProgram.md index 9719636..a36ec74 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L119) +[types/program.ts:119](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L119) diff --git a/docs/util/type-aliases/ExecutionContext.md b/docs/util/type-aliases/ExecutionContext.md index 0178441..1d24fc9 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L328) +[types/program.ts:328](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L328) diff --git a/docs/util/type-aliases/Executor.md b/docs/util/type-aliases/Executor.md index f53feb7..ed2fce9 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L280) +[types/program.ts:280](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L280) diff --git a/docs/util/type-aliases/FrameworkArguments.md b/docs/util/type-aliases/FrameworkArguments.md index f174220..a5f56e8 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L257) +[types/program.ts:257](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L257) diff --git a/docs/util/type-aliases/HelperProgram.md b/docs/util/type-aliases/HelperProgram.md index 724906c..a2fc5b0 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L130) +[types/program.ts:130](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L130) diff --git a/docs/util/type-aliases/PreExecutionContext.md b/docs/util/type-aliases/PreExecutionContext.md index 8ca5e07..26365fb 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L291) +[types/program.ts:291](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L291) diff --git a/docs/util/type-aliases/Program.md b/docs/util/type-aliases/Program.md index 9599d65..7656c20 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L44) +[types/program.ts:44](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L44) diff --git a/docs/util/type-aliases/ProgramDescriptor.md b/docs/util/type-aliases/ProgramDescriptor.md index cd0cfa0..4d9db20 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L154) +[types/program.ts:154](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L154) diff --git a/docs/util/type-aliases/ProgramMetadata.md b/docs/util/type-aliases/ProgramMetadata.md index 6aba93c..5cc71c9 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L188) +[types/program.ts:188](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L188) diff --git a/docs/util/type-aliases/ProgramType.md b/docs/util/type-aliases/ProgramType.md index e1434d6..16100fa 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L149) +[types/program.ts:149](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L149) diff --git a/docs/util/type-aliases/Programs.md b/docs/util/type-aliases/Programs.md index 00b26cd..2e0b9e0 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L173) +[types/program.ts:173](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L173) diff --git a/docs/util/type-aliases/RouterProgram.md b/docs/util/type-aliases/RouterProgram.md index 873d74c..4e06052 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/d4a156f70283118824ee7289456277508954660f/types/program.ts#L141) +[types/program.ts:141](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/types/program.ts#L141) diff --git a/docs/util/variables/ErrorMessage.md b/docs/util/variables/ErrorMessage.md index 0ef42fa..4da14d0 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/d4a156f70283118824ee7289456277508954660f/src/error.ts#L200) +[src/error.ts:200](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/error.ts#L200) diff --git a/docs/util/variables/defaultHelpOptionName.md b/docs/util/variables/defaultHelpOptionName.md index 74f4fe2..4fc80bb 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L19) +[src/constant.ts:19](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L19) diff --git a/docs/util/variables/defaultHelpTextDescription.md b/docs/util/variables/defaultHelpTextDescription.md index a3e3e2d..38814b9 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L24) +[src/constant.ts:24](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L24) diff --git a/docs/util/variables/defaultUsageText.md b/docs/util/variables/defaultUsageText.md index 3ce1442..958fc28 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L13) +[src/constant.ts:13](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L13) diff --git a/docs/util/variables/defaultVersionOptionName.md b/docs/util/variables/defaultVersionOptionName.md index 8a86901..7b09a55 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L30) +[src/constant.ts:30](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L30) diff --git a/docs/util/variables/defaultVersionTextDescription.md b/docs/util/variables/defaultVersionTextDescription.md index 14ccb18..8f9350a 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/d4a156f70283118824ee7289456277508954660f/src/constant.ts#L35) +[src/constant.ts:35](https://github.com/Xunnamius/black-flag/blob/078357b0a89baf1ca6264881df1614997567a0db/src/constant.ts#L35) diff --git a/package-lock.json b/package-lock.json index 2c7ce7d..e361366 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@black-flag/core", - "version": "1.2.4", + "version": "1.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@black-flag/core", - "version": "1.2.4", + "version": "1.2.5", "license": "MIT", "dependencies": { "@types/debug": "^4.1.12", diff --git a/package.json b/package.json index 691f419..c64266f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@black-flag/core", - "version": "1.2.4", + "version": "1.2.5", "description": "A declarative framework for building fluent, deeply hierarchical command line interfaces with yargs", "keywords": [ "cli",