Commit b58d55db authored by Eloy Durán's avatar Eloy Durán

Merge pull request #1563 from leshill/plugins

Use `cocoapods` as CLAide#Command.plugin_prefix
parents cb5e0dbf 6cd522f3
...@@ -26,6 +26,7 @@ module Pod ...@@ -26,6 +26,7 @@ module Pod
self.default_subcommand = 'install' self.default_subcommand = 'install'
self.command = 'pod' self.command = 'pod'
self.description = 'CocoaPods, the Objective-C library package manager.' self.description = 'CocoaPods, the Objective-C library package manager.'
self.plugin_prefix = 'cocoapods'
def self.options def self.options
[ [
......
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