module

Tea::ExecCommand

ExecCommand interface for running external commands This is satisfied by Process or custom implementations

Instance methods

set_stderr(writer : IO)

ameba:disable Naming/AccessorMethodName

Source
set_stdin(reader : IO)

Crystal idiom: stdin=, stdout=, stderr=. Kept as Go-parity API names. ameba:disable Naming/AccessorMethodName

Source
set_stdout(writer : IO)

ameba:disable Naming/AccessorMethodName

Source