lib/pod/command/plugins/search.rb in cocoapods-plugins-0.1.1 vs lib/pod/command/plugins/search.rb in cocoapods-plugins-0.2.0

- old
+ new

@@ -14,10 +14,12 @@ (ignoring case). With --full, it also searches by author and description. DESC - self.arguments = 'QUERY' + self.arguments = [ + ['QUERY', :required] + ] def self.options [ ['--full', 'Search by name, author, and description'] ].concat(super.reject { |option, _| option == '--silent' })