MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getSpawnArgs

Function getSpawnArgs

src/utils/shell/powershellProvider.ts:99–101  ·  view source on GitHub ↗
(commandString: string)

Source from the content-addressed store, hash-verified

97 },
98
99 getSpawnArgs(commandString: string): string[] {
100 return buildPowerShellArgs(commandString)
101 },
102
103 async getEnvironmentOverrides(): Promise<Record<string, string>> {
104 const env: Record<string, string> = {}

Callers

nothing calls this directly

Calls 1

buildPowerShellArgsFunction · 0.85

Tested by

no test coverage detected