mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
16 lines
576 B
Text
16 lines
576 B
Text
#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"
|