JvmShellCommandExecutor

Shell command executor using ProcessBuilder for JVM platforms.

See also

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun execute(command: String, workingDirectory: String?, timeoutSeconds: Int): ShellCommandExecutor.ExecutionResult

Executes a shell command and returns combined output and exit code.