Commit c64bcc19 authored by Olivier Halligon's avatar Olivier Halligon

CLAide::Arguments : new way to handle ellipsis / repeatable arguments

parent 37afe784
GIT GIT
remote: https://github.com/CocoaPods/CLAide.git remote: https://github.com/CocoaPods/CLAide.git
revision: dc0824a1d7a03dc67b9e3dbfccdd4992241ddc0b revision: c6441fe2b6bf8773e730e02a426bacd6fc2a38b2
branch: master branch: CLAide-Argument
specs: specs:
claide (0.6.1) claide (0.6.1)
...@@ -18,7 +18,7 @@ GIT ...@@ -18,7 +18,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 0d910d0f7ff7f83f12c79cb3ac8b4a2c568d2460 revision: 46542abf3e1a835e7862feff57e3e14a89e70dbc
branch: master branch: master
specs: specs:
xcodeproj (0.17.0) xcodeproj (0.17.0)
...@@ -34,16 +34,16 @@ GIT ...@@ -34,16 +34,16 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-plugins.git remote: https://github.com/CocoaPods/cocoapods-plugins.git
revision: f03cfe8c39172ba1dd9b714a91e04e79a68d0711 revision: 84c1da50be78efcca2c420876bedf46d05de093e
branch: master branch: CLAide-Argument
specs: specs:
cocoapods-plugins (0.2.0) cocoapods-plugins (0.2.0)
nap nap
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-trunk.git remote: https://github.com/CocoaPods/cocoapods-trunk.git
revision: fa7230a543bbb4861d70d388d58552d1326dd39b revision: 0a0d001230b8caa9a568a502422b5c5860d0c328
branch: master branch: CLAide-Argument
specs: specs:
cocoapods-trunk (0.1.1) cocoapods-trunk (0.1.1)
json (~> 1.8) json (~> 1.8)
...@@ -52,8 +52,8 @@ GIT ...@@ -52,8 +52,8 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/cocoapods-try.git remote: https://github.com/CocoaPods/cocoapods-try.git
revision: 40d716f925e7b9c3f014b93a0a78d7bf94e9a0b3 revision: fbdccaede69bb9a30195e92f050225bda0c5fb3a
branch: master branch: CLAide-Argument
specs: specs:
cocoapods-try (0.3.0) cocoapods-try (0.3.0)
......
...@@ -87,8 +87,7 @@ module Pod ...@@ -87,8 +87,7 @@ module Pod
DESC DESC
self.arguments = [ self.arguments = [
CLAide::Argument.new('POD_NAMES', false), CLAide::Argument.new('POD_NAMES', false, true),
CLAide::Argument.ellipsis
] ]
def initialize(argv) def initialize(argv)
......
...@@ -59,8 +59,7 @@ module Pod ...@@ -59,8 +59,7 @@ module Pod
DESC DESC
self.arguments = [ self.arguments = [
CLAide::Argument.new(%w(NAME.podspec DIRECTORY http://PATH/NAME.podspec), false), CLAide::Argument.new(%w(NAME.podspec DIRECTORY http://PATH/NAME.podspec), false, true),
CLAide::Argument.ellipsis
] ]
def self.options def self.options
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment