Commit a5fb5466 authored by Marius Rackwitz's avatar Marius Rackwitz

[Doc] Add Command#run method descriptions

parent 4ccd4dc3
...@@ -17,6 +17,8 @@ module Pod ...@@ -17,6 +17,8 @@ module Pod
super super
end end
# Run the command
#
# @todo the command report new dependencies added to the Podfile as # @todo the command report new dependencies added to the Podfile as
# updates. # updates.
# #
......
...@@ -24,6 +24,8 @@ module Pod ...@@ -24,6 +24,8 @@ module Pod
super super
end end
# Run the command
#
# @todo Part of this logic needs to be ported to cocoapods-core so web # @todo Part of this logic needs to be ported to cocoapods-core so web
# services can validate the repo. # services can validate the repo.
# #
......
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