module Pod::Command::Project::Options

def options

def options
  [
    ["--no-clean",       "Leave SCM dirs like `.git' and `.svn' intact after downloading"],
    ["--no-integrate",   "Skip integration of the Pods libraries in the Xcode project(s)"],
    ["--no-repo-update", "Skip running `pod repo update` before install"],
  ].concat(super)
end