class Roadshow::Commands::Clean

Defined in:

roadshow/commands/clean.cr

Instance Method Summary

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

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::CleanOptions)

get_command(name) : Command get_command

Instance Method Detail

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

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

[View source]