Function
runPrompt
(error: CliError.MissingOption | CliError.MissingArgument, args: ParsedArgs)
Source from the content-addressed store, hash-verified
| 1364 | * Use when you need config to provide a fallback source for required flags or |
| 1365 | * arguments that are absent from CLI input. |
| 1366 | * |
| 1367 | * **Details** |
| 1368 | * |
| 1369 | * Provided CLI values win. Config is loaded only after a missing option or |
| 1370 | * missing argument error. |
| 1371 | * |
| 1372 | * **Gotchas** |
| 1373 | * |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…