(env: Record<string, string>, command: string)
| 9 | } |
| 10 | |
| 11 | export function formatEnvCommand(env: Record<string, string>, command: string): string { |
| 12 | return `${formatEnvToCliString(env)} ${command}` |
| 13 | } |
nothing calls this directly
no test coverage detected