of
fun of(cwdString: String? = null, cwdUrl: URL? = null, input: Any? = null, stdio: StdioConfig = StdioConfig.DEFAULTS, env: Map<String, String>? = null, shell: String? = null, uid: Int? = null, gid: Int? = null, timeoutSeconds: Int? = null, killSignal: String = KILL_SIGNAL, maxBuffer: Int = MAX_BUFFER_DEFAULT, encoding: String = ENCODING, windowsHide: Boolean = WINDOWS_HIDE): ExecSyncOptions
Return
ExecSyncOptions created by hand.