Class: VPL::Command::Update

Inherits:
VPL::Command show all
Defined in:
lib/vcpkg_pipeline/command/update.rb,
lib/vcpkg_pipeline/command/update/all.rb,
lib/vcpkg_pipeline/command/update/git.rb,
lib/vcpkg_pipeline/command/update/spec.rb,
lib/vcpkg_pipeline/command/update/cmake.rb,
lib/vcpkg_pipeline/command/update/vcport.rb

Overview

VPL::Command::Update

Direct Known Subclasses

All, CMake, Git, Spec, VCPort

Defined Under Namespace

Classes: All, CMake, Git, Spec, VCPort

Instance Attribute Summary

Attributes inherited from VPL::Command

#argv_extension

Method Summary

Methods inherited from VPL::Command

ensure_not_root_or_allowed!, git_version, #initialize, options, options_extension, options_extension_hash, run, verify_minimum_git_version!, verify_xcode_license_approved!

Constructor Details

This class inherits a constructor from VPL::Command