module Console::Capture
Defined in:
console/capture.crClass Method Summary
- .each(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false, delimiter : Char | String = '\n', chomp : Bool = true, &block : String -> Nil) : Bool
- .print(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, prefix : String? = " > ", input = CLOSE, error : Bool = false) : Bool
- .string(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false) : Tuple(String?, Bool)
- .style(string, prefix : String? = " > ") : Nil
Class Method Detail
def self.each(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false, delimiter : Char | String = '\n', chomp : Bool = true, &block : String -> Nil) : Bool
#
def self.print(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, prefix : String? = " > ", input = CLOSE, error : Bool = false) : Bool
#
def self.string(command : String, args = nil, *, env : Process::Env? = nil, clear_env : Bool = true, shell : Bool = false, input = CLOSE, error : Bool = false) : Tuple(String?, Bool)
#