Class: GitThin::Thin

Inherits:
CLAide::Command
  • Object
show all
Defined in:
lib/git-thin/command.rb

Direct Known Subclasses

Checkout, Config, Detect, Expire, Export, Fetch, Hook, Pull

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(argv) ⇒ Thin

self.arguments = ‘NAME’



25
26
27
28
# File 'lib/git-thin/command.rb', line 25

def initialize(argv)
    super
    
end

Class Method Details

.run(argv) ⇒ Object



30
31
32
33
34
35
36
37
38
# File 'lib/git-thin/command.rb', line 30

def self.run(argv)
    # begin
        super(argv)

    # rescue Exception => e
    #     puts e.message
    #     puts e.backtrace.inspect
    # end
end