Module: Pod::Command::ProjectDirectory::Options
- Defined in:
- lib/cocoapods/command/project.rb
Instance Method Summary collapse
Instance Method Details
#options ⇒ Object
7 8 9 10 11 |
# File 'lib/cocoapods/command/project.rb', line 7 def [ ['--project-directory=/project/dir/', 'The path to the root of the project directory'], ].concat(super) end |