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
422cc7eb
Commit
422cc7eb
authored
Sep 13, 2011
by
Eloy Duran
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add help banner for the install command.
parent
33262152
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
command.rb
lib/cocoa_pods/command.rb
+1
-1
install.rb
lib/cocoa_pods/command/install.rb
+9
-1
No files found.
lib/cocoa_pods/command.rb
View file @
422cc7eb
...
@@ -14,7 +14,7 @@ module Pod
...
@@ -14,7 +14,7 @@ module Pod
puts
@command_class
.
banner
puts
@command_class
.
banner
puts
puts
puts
"Options"
puts
"Options"
puts
"
=======
"
puts
"
-------
"
puts
puts
puts
@command_class
.
options
puts
@command_class
.
options
end
end
...
...
lib/cocoa_pods/command/install.rb
View file @
422cc7eb
...
@@ -2,7 +2,15 @@ module Pod
...
@@ -2,7 +2,15 @@ module Pod
class
Command
class
Command
class
Install
<
Command
class
Install
<
Command
def
self
.
banner
def
self
.
banner
'TODO'
%{### Installing dependencies of a spec
$ pod install [NAME]
Downloads all dependencies of the specified podspec file `NAME' and
creates an Xcode Pods library project of the specified podspec file
`NAME'. In case `NAME' is omitted, it defaults to `Podfile' in the
current working directory.
}
end
end
def
self
.
options
def
self
.
options
...
...
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