Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
cocoapods
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gengmeiios
cocoapods
Commits
982c8fd9
Commit
982c8fd9
authored
May 15, 2013
by
Eloy Durán
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Search] Show all command options.
parent
74a6955d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
search.rb
lib/cocoapods/command/search.rb
+6
-6
No files found.
lib/cocoapods/command/search.rb
View file @
982c8fd9
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment