ExecDetachedOptions constructor
const
ExecDetachedOptions({})
Implementation
const ExecDetachedOptions({
super.cwd,
super.env,
super.allowFailure = false,
super.binaryStdout = false,
super.stdin,
super.timeoutMs,
super.detached = true,
});