Class: Epuber::Command::Compile

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

Instance Method Summary collapse

Methods inherited from Build

options, #run, subcommands, #validate!

Methods inherited from Epuber::Command

run, #run

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