Class: VPL::Command::Update::VCPort
- Inherits:
-
VPL::Command::Update
- Object
- CLAide::Command
- VPL::Command
- VPL::Command::Update
- VPL::Command::Update::VCPort
- Defined in:
- lib/vcpkg_pipeline/command/update/vcport.rb
Overview
VPL::Command::Update::VCPort
Instance Attribute Summary
Attributes inherited from VPL::Command
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(argv) ⇒ VCPort
constructor
A new instance of VCPort.
- #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 23 24 |
# File 'lib/vcpkg_pipeline/command/update/vcport.rb', line 20 def self. [ ['--output=./', '项目打包的输出目录。(默认使用项目 根目录/build)'] ].concat(super) end |