Class: Moonshot::Commands::Build

Inherits:
Moonshot::Command show all
Includes:
InteractiveCommand
Defined in:
lib/moonshot/commands/build.rb

Instance Method Summary collapse

Methods included from InteractiveCommand

#parser

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#execute(version_name) ⇒ Object



13
14
15
# File 'lib/moonshot/commands/build.rb', line 13

def execute(version_name)
  controller.build_version(version_name)
end