* Argv-driven entry point. The worker-backend's `git` custom * command dispatches through this; in-process callers can use * it too when they want CLI-shaped output.
(input: GitCliInput)
| 314 | * it too when they want CLI-shaped output. |
| 315 | */ |
| 316 | cli(input: GitCliInput): Promise<GitCliResult>; |
| 317 | } |
| 318 | |
| 319 | export interface WorkspaceGitClientOptions { |
no outgoing calls