struct Zap::Utils::Scripts::Printer::Deferred
Defined in:
utils/scripts/printer.crConstructors
Instance Method Summary
- #on_error(error : Exception, time : Time::Span)
- #on_finish(time : Time::Span)
- #on_start(command : String)
Instance methods inherited from struct Zap::Utils::Scripts::Printer
on_error(error : Exception, time : Time::Span)
on_error,
on_finish(time : Time::Span)
on_finish,
on_start(command : String)
on_start,
output : IO | Process::Redirect
output
Constructor methods inherited from struct Zap::Utils::Scripts::Printer
new(output : IO | Process::Redirect)
new
Instance methods inherited from class Object
or(other : T) : T | self forall T
or,
pipe(&)
pipe
Constructor Detail
def self.new(package : Package, script_name : String | Symbol, color : Colorize::Color256 | Symbol, reporter : Reporter, single_script : Bool = false)
#