Class: Moonshot::Commands::Update

Inherits:
Moonshot::Command show all
Includes:
ParameterArguments
Defined in:
lib/moonshot/commands/update.rb

Instance Method Summary collapse

Methods included from ParameterArguments

#parser

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#executeObject



11
12
13
# File 'lib/moonshot/commands/update.rb', line 11

def execute
  controller.update
end