* Resolved executable path and source before conversion to invocation args.
| 26 | * Resolved executable path and source before conversion to invocation args. |
| 27 | */ |
| 28 | interface ResolvedCommand { |
| 29 | realPath: string; |
| 30 | source: VercelCliInvocation['source']; |
| 31 | } |
| 32 | |
| 33 | /** |
| 34 | * Internal result of CLI resolution, including successful and missing lookups. |
nothing calls this directly
no outgoing calls
no test coverage detected