Class: Smith::Commands::Push

Inherits:
Smith::CommandBase show all
Defined in:
lib/smith/commands/smithctl/push.rb

Defined Under Namespace

Classes: FileReader

Instance Attribute Summary

Attributes inherited from Smith::CommandBase

#options, #target

Instance Method Summary collapse

Methods inherited from Smith::CommandBase

#banner, #format_help, #initialize, #parse_options

Methods included from Logger

included

Constructor Details

This class inherits a constructor from Smith::CommandBase

Instance Method Details

#executeObject



5
6
7
8
9
# File 'lib/smith/commands/smithctl/push.rb', line 5

def execute
  push do |ret|
    responder.succeed(ret)
  end
end