#compdef external_release_steps_update_external_branch.py
#
# 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]:" \
  "--weekly[Weekly branch to merge]::WEEKLY:_files" \
  "-w[Weekly branch to merge]::WEEKLY:_files" \
  "--ext-rel[External release branch in which to merge]::EXTREL:_files" \
  "-e[External release branch in which to merge]::EXTREL:_files" \
  "--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]" \
  "*::args:_files"
