|
10 | 10 |
|
11 | 11 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
12 | 12 |
|
13 | | -Defined in: [src/index.ts:674](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L674) |
| 13 | +Defined in: [src/index.ts:674](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L674) |
14 | 14 |
|
15 | 15 | Invokes the dynamically imported |
16 | 16 | `configureProgram(commandModulesPath).execute()` function. |
@@ -46,7 +46,7 @@ if any other exception occurs, or `Arguments` otherwise. |
46 | 46 |
|
47 | 47 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
48 | 48 |
|
49 | | -Defined in: [src/index.ts:694](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L694) |
| 49 | +Defined in: [src/index.ts:694](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L694) |
50 | 50 |
|
51 | 51 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
52 | 52 | configurationHooks).execute()` function. |
@@ -86,7 +86,7 @@ if any other exception occurs, or `Arguments` otherwise. |
86 | 86 |
|
87 | 87 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `preExecutionContext`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
88 | 88 |
|
89 | | -Defined in: [src/index.ts:718](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L718) |
| 89 | +Defined in: [src/index.ts:718](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L718) |
90 | 90 |
|
91 | 91 | Invokes the `preExecutionContext.execute()` function. |
92 | 92 |
|
@@ -127,7 +127,7 @@ if any other exception occurs, or `Arguments` otherwise. |
127 | 127 |
|
128 | 128 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
129 | 129 |
|
130 | | -Defined in: [src/index.ts:742](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L742) |
| 130 | +Defined in: [src/index.ts:742](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L742) |
131 | 131 |
|
132 | 132 | Invokes the dynamically imported |
133 | 133 | `configureProgram(commandModulesPath).execute(argv)` function. If `argv` is a |
@@ -168,7 +168,7 @@ if any other exception occurs, or `Arguments` otherwise. |
168 | 168 |
|
169 | 169 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`, `configurationHooks`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
170 | 170 |
|
171 | | -Defined in: [src/index.ts:766](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L766) |
| 171 | +Defined in: [src/index.ts:766](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L766) |
172 | 172 |
|
173 | 173 | Invokes the dynamically imported `configureProgram(commandModulesPath, |
174 | 174 | configurationHooks).execute(argv)` function. If `argv` is a string, `argv = |
@@ -213,7 +213,7 @@ if any other exception occurs, or `Arguments` otherwise. |
213 | 213 |
|
214 | 214 | > **runProgram**\<`CustomCliArguments`\>(`commandModulesPath`, `argv`, `preExecutionContext`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
215 | 215 |
|
216 | | -Defined in: [src/index.ts:792](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L792) |
| 216 | +Defined in: [src/index.ts:792](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L792) |
217 | 217 |
|
218 | 218 | Invokes the `preExecutionContext.execute(argv)` function. If `argv` is a |
219 | 219 | string, `argv = argv.split(' ')` is applied first. |
@@ -259,7 +259,7 @@ if any other exception occurs, or `Arguments` otherwise. |
259 | 259 |
|
260 | 260 | > **runProgram**\<`CustomCliArguments`\>(...`args`): [`RunProgramReturnType`](../type-aliases/RunProgramReturnType.md)\<`CustomCliArguments`\> |
261 | 261 |
|
262 | | -Defined in: [src/index.ts:812](https://github.com/Xunnamius/black-flag/blob/10cd0ebc0304d033218ec4dffba0c41cb2e85ff6/src/index.ts#L812) |
| 262 | +Defined in: [src/index.ts:812](https://github.com/Xunnamius/black-flag/blob/aaa1a74457790f285cb2c85d4d6a7ee05978fc42/src/index.ts#L812) |
263 | 263 |
|
264 | 264 | Run the given program with the configuration given in `args`. |
265 | 265 |
|
|
0 commit comments