class Postmany::Bootstrap::Runner

Defined in:

postmany/bootstrap/runner.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(command_line : Postmany::Bootstrap::CommandLine = Postmany::Bootstrap::CommandLine.new) #

[View source]

Instance Method Detail

def run(argv : Array(String), stdin : IO = STDIN, stdout : IO = STDOUT, stderr : IO = STDERR) : Int32 #

[View source]