* Argv-driven entry point. The worker-backend's `artifacts` * custom command dispatches through this; in-process callers can * use it too when they want CLI-shaped output.
(input: ArtifactsCLIInput)
| 94 | * use it too when they want CLI-shaped output. |
| 95 | */ |
| 96 | cli(input: ArtifactsCLIInput): Promise<ArtifactsCLIResult>; |
| 97 | } |
| 98 | |
| 99 | /** |
no outgoing calls