executeCommand

context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)
context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)

JS stub for external command execution. Always returns a failure result because shell commands are not available in the browser.

context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)
context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)
context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)
context(logger: Logger)
actual fun executeCommand(command: Command): CommandResult(source)

WasmJs stub for external command execution. Always returns a failure result because shell commands are not available in the browser.