Files
openclaw/scripts/docs-i18n/codex_command_windows.go
2026-04-29 17:47:58 -07:00

10 lines
156 B
Go

//go:build windows
package main
import "os/exec"
func configureCodexPromptCommand(command *exec.Cmd) {
command.WaitDelay = docsI18nCommandWaitDelay()
}