class Roadshow::Command(Options)
- Roadshow::Command(Options)
- Reference
- Object
Direct Known Subclasses
- Roadshow::Commands::Clean
- Roadshow::Commands::Generate
- Roadshow::Commands::Help
- Roadshow::Commands::Init
- Roadshow::Commands::Run
Defined in:
roadshow/command.crConstructors
-
.get_command(name) : Command
NOTE This should be
Command | Nil
, but it's not because of limitations of Crystal.
Instance Method Summary
- #help : String
- #parser(stdout : IO, options : Options = Options.new) : OptionParser
- #run(stdin : IO, stdout : IO, args : Array(String)) : Void
- #run(stdin : IO, stdout : IO, options : Options) : Void
Constructor Detail
NOTE This should be Command | Nil
, but it's not because of limitations
of Crystal.