• Les Hill's avatar
    Use `cocoapods` as CLAide#Command.plugin_prefix · 6cd522f3
    Les Hill authored
    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.
    6cd522f3
command.rb 3.16 KB