abstract struct Zap::Utils::Scripts::Printer

Direct Known Subclasses

Defined in:

utils/scripts/printer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Object

or(other : T) : T | self forall T or, pipe(&) pipe

Constructor Detail

def self.new(output : IO | Process::Redirect) #

[View source]

Instance Method Detail

abstract def on_error(error : Exception, time : Time::Span) #

[View source]
abstract def on_finish(time : Time::Span) #

[View source]
abstract def on_start(command : String) #

[View source]
def output : IO | Process::Redirect #

[View source]