Class: Cure::Cli::RunCommand

Inherits:
Command
  • Object
show all
Defined in:
lib/cure/cli/run_command.rb

Instance Method Summary collapse

Methods inherited from Command

#call, #help, invoke

Methods included from Log

#log_debug, #log_error, #log_info, #log_trace, #log_warn

Constructor Details

#initialize(args) ⇒ RunCommand

Returns a new instance of RunCommand.



8
9
10
# File 'lib/cure/cli/run_command.rb', line 8

def initialize(args)
  super(args)
end