From 6db2568e4774d43ea2b86cff58c7725269a7d9c3 Mon Sep 17 00:00:00 2001 From: dabing1022 Date: Thu, 14 Jan 2021 12:08:48 +0800 Subject: [PATCH] fix: delete default command open --- cocoapods-imy-bin/lib/cocoapods-imy-bin/command/bin.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/cocoapods-imy-bin/lib/cocoapods-imy-bin/command/bin.rb b/cocoapods-imy-bin/lib/cocoapods-imy-bin/command/bin.rb index 8c26858..c9b072a 100755 --- a/cocoapods-imy-bin/lib/cocoapods-imy-bin/command/bin.rb +++ b/cocoapods-imy-bin/lib/cocoapods-imy-bin/command/bin.rb @@ -34,8 +34,6 @@ class Bin < Command include CBin::SpecFilesHelper self.abstract_command = true - - self.default_subcommand = 'open' self.summary = '组件二进制化插件.' self.description = <<-DESC 组件二进制化插件。利用源码私有源与二进制私有源实现对组件依赖类型的切换。