Package-level declarations
Types
Functions
Link copied to clipboard
context(logger: Logger)
fun command(program: String, builder: CommandBuilder.() -> Unit): CommandResult
fun command(program: String, builder: CommandBuilder.() -> Unit): CommandResult
Link copied to clipboard
JS stub for external command execution. Always returns a failure result because shell commands are not available in the browser.
WasmJs stub for external command execution. Always returns a failure result because shell commands are not available in the browser.