MCPcopy Index your code
hub / github.com/codegowhere/react-inject-env / formatEnvCommand

Function formatEnvCommand

src/utils/Format.ts:11–13  ·  view source on GitHub ↗
(env: Record<string, string>, command: string)

Source from the content-addressed store, hash-verified

9}
10
11export function formatEnvCommand(env: Record<string, string>, command: string): string {
12 return `${formatEnvToCliString(env)} ${command}`
13}

Callers

nothing calls this directly

Calls 1

formatEnvToCliStringFunction · 0.85

Tested by

no test coverage detected