class Roadshow::Command(Options)

Direct Known Subclasses

Defined in:

roadshow/command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.get_command(name) : Command #

NOTE This should be Command | Nil, but it's not because of limitations of Crystal.


[View source]

Instance Method Detail

def help : String #

[View source]
def parser(stdout : IO, options : Options = Options.new) : OptionParser #

[View source]
def run(stdin : IO, stdout : IO, args : Array(String)) : Void #

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

[View source]