|
10 | 10 |
|
11 | 11 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
12 | 12 |
|
13 | | -Defined in: [src/index.ts:687](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L687) |
| 13 | +Defined in: [src/index.ts:687](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L687) |
14 | 14 |
|
15 | 15 | Invokes the dynamically imported |
16 | 16 | `configureProgram(commandModulesPath).execute()` function. |
@@ -48,7 +48,7 @@ if any other exception occurs, or `Arguments` otherwise. |
48 | 48 |
|
49 | 49 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
50 | 50 |
|
51 | | -Defined in: [src/index.ts:707](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L707) |
| 51 | +Defined in: [src/index.ts:707](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L707) |
52 | 52 |
|
53 | 53 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
54 | 54 | configurationHooks).execute()` function. |
@@ -90,7 +90,7 @@ if any other exception occurs, or `Arguments` otherwise. |
90 | 90 |
|
91 | 91 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
92 | 92 |
|
93 | | -Defined in: [src/index.ts:730](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L730) |
| 93 | +Defined in: [src/index.ts:730](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L730) |
94 | 94 |
|
95 | 95 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
96 | 96 | configurationHooks).execute()` function. |
@@ -132,7 +132,7 @@ if any other exception occurs, or `Arguments` otherwise. |
132 | 132 |
|
133 | 133 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `preExecutionContext`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
134 | 134 |
|
135 | | -Defined in: [src/index.ts:754](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L754) |
| 135 | +Defined in: [src/index.ts:754](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L754) |
136 | 136 |
|
137 | 137 | Invokes the `preExecutionContext.execute()` function. |
138 | 138 |
|
@@ -175,7 +175,7 @@ if any other exception occurs, or `Arguments` otherwise. |
175 | 175 |
|
176 | 176 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
177 | 177 |
|
178 | | -Defined in: [src/index.ts:778](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L778) |
| 178 | +Defined in: [src/index.ts:778](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L778) |
179 | 179 |
|
180 | 180 | Invokes the dynamically imported |
181 | 181 | `configureProgram(commandModulesPath).execute(argv)` function. If `argv` is a |
@@ -218,7 +218,7 @@ if any other exception occurs, or `Arguments` otherwise. |
218 | 218 |
|
219 | 219 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
220 | 220 |
|
221 | | -Defined in: [src/index.ts:802](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L802) |
| 221 | +Defined in: [src/index.ts:802](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L802) |
222 | 222 |
|
223 | 223 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
224 | 224 | configurationHooks).execute(argv)` function. If `argv` is a string, `argv = |
@@ -265,7 +265,7 @@ if any other exception occurs, or `Arguments` otherwise. |
265 | 265 |
|
266 | 266 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
267 | 267 |
|
268 | | -Defined in: [src/index.ts:827](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L827) |
| 268 | +Defined in: [src/index.ts:827](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L827) |
269 | 269 |
|
270 | 270 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
271 | 271 | configurationHooks).execute(argv)` function. If `argv` is a string, `argv = |
@@ -312,7 +312,7 @@ if any other exception occurs, or `Arguments` otherwise. |
312 | 312 |
|
313 | 313 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`, `preExecutionContext`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
314 | 314 |
|
315 | | -Defined in: [src/index.ts:853](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L853) |
| 315 | +Defined in: [src/index.ts:853](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L853) |
316 | 316 |
|
317 | 317 | Invokes the `preExecutionContext.execute(argv)` function. If `argv` is a |
318 | 318 | string, `argv = argv.split(' ')` is applied first. |
@@ -360,7 +360,7 @@ if any other exception occurs, or `Arguments` otherwise. |
360 | 360 |
|
361 | 361 | > **runProgram**\<`CustomCliArguments`\>(...`args`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
362 | 362 |
|
363 | | -Defined in: [src/index.ts:873](https://github.com/Xunnamius/black-flag/blob/8d031666f2b06def50a0b12d4e86a7961a49e69d/src/index.ts#L873) |
| 363 | +Defined in: [src/index.ts:873](https://github.com/Xunnamius/black-flag/blob/54f69b5502007e20a8937998cea6e285d5db6d7c/src/index.ts#L873) |
364 | 364 |
|
365 | 365 | Run the given program with the configuration given in `args`. |
366 | 366 |
|
|
0 commit comments