Class: VPL::Command::Update::Spec
- Inherits:
-
VPL::Command::Update
- Object
- CLAide::Command
- VPL::Command
- VPL::Command::Update
- VPL::Command::Update::Spec
- Defined in:
- lib/vcpkg_pipeline/command/update/spec.rb
Overview
VPL::Command::Update::Spec
Instance Attribute Summary
Attributes inherited from VPL::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ Spec
constructor
A new instance of Spec.
- #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
21 22 23 24 25 |
# File 'lib/vcpkg_pipeline/command/update/spec.rb', line 21 def self. [ ['--version=x.x.x', '新版本号。(默认使用patch+1)'] ].concat(super) end |