Class: VPL::Command::Update::Git
- Inherits:
-
VPL::Command::Update
- Object
- CLAide::Command
- VPL::Command
- VPL::Command::Update
- VPL::Command::Update::Git
- Defined in:
- lib/vcpkg_pipeline/command/update/git.rb
Overview
VPL::Command::Update::Git
Instance Attribute Summary
Attributes inherited from VPL::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Git
constructor
A new instance of Git.
- #run ⇒ Object
Methods inherited from VPL::Command
ensure_not_root_or_allowed!, git_version, options_extension, options_extension_hash, run, verify_minimum_git_version!, verify_xcode_license_approved!
Constructor Details
Class Method Details
.options ⇒ Object
20 21 22 |
# File 'lib/vcpkg_pipeline/command/update/git.rb', line 20 def self. [].concat(super) end |