Class: VPL::Command::Scan::Version
- Inherits:
-
VPL::Command::Scan
- Object
- CLAide::Command
- VPL::Command
- VPL::Command::Scan
- VPL::Command::Scan::Version
- Defined in:
- lib/vcpkg_pipeline/command/scan/version.rb
Overview
VPL::Command::Scan::Version
Instance Attribute Summary
Attributes inherited from VPL::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Version
constructor
A new instance of Version.
- #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/scan/version.rb', line 20 def self. [].concat(super) end |