Sha256: fe0fe05c2871bb4cd998caa99fdcd413b17a57eced489ff3b2b499142794e43e
Contents?: true
Size: 389 Bytes
Versions: 20
Compression:
Stored size: 389 Bytes
Contents
module XcodeInstall class Command class List < Command self.command = 'list' self.summary = 'List Xcodes available for download.' def self.options [['--all', 'Show all available versions. (Default, Deprecated)']].concat(super) end def run installer = XcodeInstall::Installer.new puts installer.list end end end end
Version data entries
20 entries across 20 versions & 2 rubygems