#compdef --help
#
# this is zsh completion function file.
# generated by genzshcomp(ver: 0.5.1)
#

typeset -A opt_args
local context state line

_arguments -s -S \
  "-h[show this help message and exit]:" \
  "--help[show this help message and exit]:" \
  "--branch[Set the android branch name]::BRANCH_NAME:_files" \
  "-b[Set the android branch name]::BRANCH_NAME:_files" \
  "--ext-rel[External release branch in which to merge]::EXTREL:_files" \
  "-e[External release branch in which to merge]::EXTREL:_files" \
  "--suffix[Set the branch suffix]::BRANCH_SUFFIX:_files" \
  "-s[Set the branch suffix]::BRANCH_SUFFIX:_files" \
  "--external-customers[Set the external customer configuration (JSON)]::EXTERNAL_CUSTOMERS:_files" \
  "-c[Set the external customer configuration (JSON)]::EXTERNAL_CUSTOMERS:_files" \
  "--dry[Do not execute anything, only print commands]" \
  "-d[Do not execute anything, only print commands]" \
  "--interactive[Interactive mode (debug). Await for user input at each command]" \
  "-i[Interactive mode (debug). Await for user input at each command]" \
  "--git-push-url[Git push url]::URL:_files" \
  "-u[Git push url]::URL:_files" \
  "--git-push[Enable git push command]" \
  "-p[Enable git push command]" \
  "--quiet[Quiet mode]" \
  "-q[Quiet mode]" \
  "--artifactory_server[url of the artifactory server]::ARTIFACTORY_SERVER:_files" \
  "--artifactory_creds[credentials to log into the artifactory server]::ARTIFACTORY_CREDS:_files" \
  "*::args:_files"
