class

Tea::OSExecCommand

Inherits Tea::ExecCommand < Reference < Object

OSExecCommand mirrors Go's *exec.Cmd: configure first, then run.

Constructors

new(command : String, args : Array(String) = [] of String)
Source

Instance methods

set_stderr(writer : IO)

ameba:disable Naming/AccessorMethodName

Source
set_stdin(reader : IO)

ameba:disable Naming/AccessorMethodName

Source
set_stdout(writer : IO)

ameba:disable Naming/AccessorMethodName

Source