Executor

open class Executor

Execute a CLI command.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun execute(runFrom: File = File(""), timeout: Long? = null, command: String, environment: Map<String, String> = emptyMap()): String

Execute a CLI command.