MCPcopy Create free account
hub / github.com/tiann/hapi / resolveCodexCommand

Function resolveCodexCommand

cli/src/codex/utils/codexExecutable.ts:70–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68}
69
70export function resolveCodexCommand(): CodexCommand {
71 if (process.platform !== 'win32') {
72 return { command: 'codex', args: [] };
73 }
74
75 return resolveWindowsCodexCommand();
76}

Callers 3

codexLocalFunction · 0.90

Calls 1

Tested by

no test coverage detected