class Roadshow::Commands::Run

Defined in:

roadshow/commands/run.cr

Instance Method Summary

Instance methods inherited from class Roadshow::Command(Roadshow::Commands::RunOptions)

help : String help, parser(stdout : IO, options : Options = Options.new) : OptionParser parser, run(stdin : IO, stdout : IO, args : Array(String)) : Void
run(stdin : IO, stdout : IO, options : Options) : Void
run

Constructor methods inherited from class Roadshow::Command(Roadshow::Commands::RunOptions)

get_command(name) : Command get_command

Instance Method Detail

def parser(stdout : IO, options = RunOptions.new) #

[View source]
def run(stdin : IO, stdout : IO, options : RunOptions) #

[View source]