Files
openclaw/scripts/windows-cmd-helpers.d.mts
2026-07-12 17:24:45 -07:00

6 lines
403 B
TypeScript

export function resolvePathEnvKey(env: NodeJS.ProcessEnv): string;
export function resolveWindowsSystem32Path(executableName: string, env?: NodeJS.ProcessEnv): string;
export function resolveWindowsCmdExePath(env?: NodeJS.ProcessEnv): string;
export function resolveWindowsPowerShellPath(env?: NodeJS.ProcessEnv): string;
export function buildCmdExeCommandLine(command: string, args: string[]): string;