#compdef artget.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]:" \
  "--creds[base64 encoded credentials to log into the artifactory server]::CREDS:_files" \
  "--user[credentials to log into the artifactory server]::USER:_files" \
  "--password[credentials to log into the artifactory server path of the file where the artifact should be stored]::PASSWORD:_files" \
  "*::args:_files"
