Class: Moonshot::Commands::Push

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

Instance Method Summary collapse

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#executeObject



9
10
11
# File 'lib/moonshot/commands/push.rb', line 9

def execute
  controller.push
end