Commit 982c8fd9 authored by Eloy Durán's avatar Eloy Durán

[Search] Show all command options.

parent 74a6955d
...@@ -12,12 +12,12 @@ module Pod ...@@ -12,12 +12,12 @@ module Pod
self.arguments = '[QUERY]' self.arguments = '[QUERY]'
def self.options def self.options
[[ [
"--full", "Search by name, summary, and description", ["--full", "Search by name, summary, and description"],
"--stats", "Show additional stats (like GitHub watchers and forks)", ["--stats", "Show additional stats (like GitHub watchers and forks)"],
"--ios", "Restricts the search to Pods supported on iOS", ["--ios", "Restricts the search to Pods supported on iOS"],
"--osx", "Restricts the search to Pods supported on OS X", ["--osx", "Restricts the search to Pods supported on OS X"]
]].concat(super) ].concat(super)
end end
def initialize(argv) def initialize(argv)
......
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