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