module Pod::Command::Options::ProjectDirectory::Options

Public Instance Methods

options() click to toggle source
Calls superclass method
# File lib/cocoapods/command/options/project_directory.rb, line 8
def options
  [
    ['--project-directory=/project/dir/', 'The path to the root of the project directory'],
  ].concat(super)
end