|
10 | 10 |
|
11 | 11 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
12 | 12 |
|
13 | | -Defined in: [src/index.ts:688](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L688) |
| 13 | +Defined in: [src/index.ts:688](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L688) |
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:708](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L708) |
| 51 | +Defined in: [src/index.ts:708](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L708) |
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:731](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L731) |
| 93 | +Defined in: [src/index.ts:731](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L731) |
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:755](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L755) |
| 135 | +Defined in: [src/index.ts:755](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L755) |
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:779](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L779) |
| 178 | +Defined in: [src/index.ts:779](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L779) |
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:803](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L803) |
| 221 | +Defined in: [src/index.ts:803](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L803) |
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:828](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L828) |
| 268 | +Defined in: [src/index.ts:828](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L828) |
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:854](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L854) |
| 315 | +Defined in: [src/index.ts:854](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L854) |
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:874](https://github.com/Xunnamius/black-flag/blob/d6004b46e3ac5a451e4e0f05bf5c8726ce157ac9/src/index.ts#L874) |
| 363 | +Defined in: [src/index.ts:874](https://github.com/Xunnamius/black-flag/blob/b4a32322c214182f04aaa04d9c05f164415f17c8/src/index.ts#L874) |
364 | 364 |
|
365 | 365 | Run the given program with the configuration given in `args`. |
366 | 366 |
|
|
0 commit comments