Class: Moonshot::Commands::Build

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

Instance Method Summary collapse

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#execute(version_name) ⇒ Object



7
8
9
# File 'lib/moonshot/commands/build.rb', line 7

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