Commit 6cd522f3 authored by Les Hill's avatar Les Hill

Use `cocoapods` as CLAide#Command.plugin_prefix

To create a CocoaPods subcommand plugin gem, add the file
`lib/cocoapods_plugin.rb` and load your subcommand implementation from there.

When the `pod` command runs, it will look for that file in your gem and load
it before parsing the command line.
parent cb5e0dbf
......@@ -26,6 +26,7 @@ module Pod
self.default_subcommand = 'install'
self.command = 'pod'
self.description = 'CocoaPods, the Objective-C library package manager.'
self.plugin_prefix = 'cocoapods'
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