MCPcopy
hub / github.com/openclaw/clawsweeper / CodexSpawnInvocation

Interface CodexSpawnInvocation

src/codex-spawn.ts:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8import { delimiter, dirname, isAbsolute, join, normalize, resolve } from "node:path";
9
10export interface CodexSpawnInvocation {
11 command: string;
12 args: string[];
13 windowsVerbatimArguments?: boolean;
14}
15
16const windowsExecutablePattern = /\.(?:com|exe)$/i;
17const windowsBatchLauncherPattern = /\.(?:bat|cmd)$/i;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected