Class: VPL::Command::Reg::List

Inherits:
VPL::Command::Reg show all
Defined in:
lib/vcpkg_pipeline/command/reg/list.rb

Overview

VPL::Command::Reg::List

Instance Attribute Summary

Attributes inherited from VPL::Command

#argv_extension

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from VPL::Command

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

Constructor Details

This class inherits a constructor from VPL::Command

Class Method Details

.optionsObject



18
19
20
# File 'lib/vcpkg_pipeline/command/reg/list.rb', line 18

def self.options
  [].concat(super)
end

Instance Method Details

#runObject



22
23
24
# File 'lib/vcpkg_pipeline/command/reg/list.rb', line 22

def run
  Register.new.list
end