Class: GitThin::Pull
- Includes:
- Action
- Defined in:
- lib/git-thin/command/pull.rb
Constant Summary
Constants included from GitThinUtils
GitThinUtils::LOGA, GitThinUtils::LOGC, GitThinUtils::LOGN, GitThinUtils::LOGNone, GitThinUtils::LOGPRUNE
Instance Method Summary collapse
-
#initialize(argv) ⇒ Pull
constructor
A new instance of Pull.
Methods included from Action
arguments, description, options, #run, #run_config, #setup, #source_root, summary, #validate!
Methods included from GitThinUtils
#logC, #logE, #logInner, #logN, #logP, #logW, #print_console, #run_shell, #set_progress
Methods inherited from Thin
Constructor Details
#initialize(argv) ⇒ Pull
Returns a new instance of Pull.
13 14 15 16 |
# File 'lib/git-thin/command/pull.rb', line 13 def initialize(argv) super setup(argv,'pull') end |