Sha256: 64c9587119514cddb1a07916f40501c2e5c3c869713c66a733c8134353f9ba6a
Contents?: true
Size: 562 Bytes
Versions: 7
Compression:
Stored size: 562 Bytes
Contents
# frozen_string_literal: true require 'cocoapods-lhj-bin/helpers/oss_helper' module Pod class Command class Bin < Command class OSS < Bin class List < OSS self.summary = '查看OSS列表' def initialize(argv) super end def run objects = CBin::OSS::Helper.instance.list objects.each do |o| path = "#{CBin::OSS::Helper.instance.url_path}/#{o.key}" UI.puts path.green end end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems