of
fun of(cwdString: String? = null, cwdUrl: URL? = null, 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): ExecOptions
Return
ExecOptions created by hand.