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
f93f54e5
Commit
f93f54e5
authored
Apr 02, 2014
by
Marius Rackwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved CLI description of Command::Update
parent
8c78ecf1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
project.rb
lib/cocoapods/command/project.rb
+5
-6
No files found.
lib/cocoapods/command/project.rb
View file @
f93f54e5
...
...
@@ -79,14 +79,13 @@ module Pod
self
.
summary
=
'Update outdated project dependencies'
self
.
description
=
<<-
DESC
Update the pods specified (all pods, if none are specified), ignoring the previously
installed pods specified in the Podfile.lock. In general, you should use pod install
to install the same exact gems and versions across machines.
You would use pod update to explicitly update the version of a gem.
Updates the Pods identified by the specified POD_NAMES. If no POD_NAMES are
specified it updates all the Pods ignoring the contents of the Podfile.lock.
This command is reserved to the update of dependencies and pod install should
be used to install changes to the Podfile.
DESC
self
.
arguments
=
'[POD
S
]'
self
.
arguments
=
'[POD
_NAMES...
]'
def
initialize
(
argv
)
@pods
=
argv
.
arguments!
unless
argv
.
arguments
.
empty?
...
...
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