mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 02:40:42 +00:00
10 lines
156 B
Go
10 lines
156 B
Go
//go:build windows
|
|
|
|
package main
|
|
|
|
import "os/exec"
|
|
|
|
func configureCodexPromptCommand(command *exec.Cmd) {
|
|
command.WaitDelay = docsI18nCommandWaitDelay()
|
|
}
|