Module: Pod::Command::ProjectDirectory::Options

Defined in:
lib/cocoapods/command/project.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



7
8
9
10
11
# File 'lib/cocoapods/command/project.rb', line 7

def options
  [
    ['--project-directory=/project/dir/', 'The path to the root of the project directory'],
  ].concat(super)
end