class Postmany::Adapters::TerminalOutput

Defined in:

postmany/adapters/terminal_output.cr

Constructors

Instance Method Summary

Instance methods inherited from class Postmany::Ports::Output

error(message : String) : Nil error, file_processed(filename : String, silent : Bool) : Nil file_processed, progress(message : String) : Nil progress

Constructor Detail

def self.new(stdout : IO = STDOUT, stderr : IO = STDERR) #

[View source]

Instance Method Detail

def error(message : String) : Nil #

[View source]
def file_processed(filename : String, silent : Bool) : Nil #

[View source]
def progress(message : String) : Nil #

[View source]