class

Tea::ShellCommand

Inherits Tea::ExecCommand < Reference < Object

ShellCommand runs a command via the system shell.

Constructors

new(command : 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