Module: Pod::Command::Options::RepoUpdate::Options

Defined in:
lib/cocoapods/command/options/repo_update.rb

Instance Method Summary collapse

Instance Method Details

#optionsObject



8
9
10
11
12
# File 'lib/cocoapods/command/options/repo_update.rb', line 8

def options
  [
    ['--no-repo-update', 'Skip running `pod repo update` before install'],
  ].concat(super)
end