Class: Epuber::Command::Compile

Inherits:
Build show all
Defined in:
lib/epuber/command/compile.rb

Instance Attribute Summary

Attributes inherited from Epuber::Command

#debug_steps_times

Instance Method Summary collapse

Methods inherited from Build

options, #run, #validate!

Methods inherited from Epuber::Command

run, #run, #validate!

Constructor Details

#initialize(argv) ⇒ Compile

Returns a new instance of Compile.



11
12
13
14
15
# File 'lib/epuber/command/compile.rb', line 11

def initialize(argv)
  UI.warning('Compile command is now deprecated, please use `build` command instead.')

  super
end