ohmyzsh/custom/plugins/txw/_txw
Gaetan Semet 95c580cabb Custom completion plugins
Signed-off-by: Gaetan Semet <gaetan@xeberon.net>
2013-06-26 17:26:03 +02:00

22 lines
1.1 KiB
Text

#compdef txw
#
# 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]:" \
"--debug[Enable debugging output]" \
"--quiet[Suppress output]" \
"--verbose[Enable additional output]" \
"--gerrit_website[Override ~/.txgerrit.conf.yaml option gerrit_website]::GERRIT_WEBSITE:_files" \
"--bz_website[Override ~/.txgerrit.conf.yaml option bz_website]::BZ_WEBSITE:_files" \
"--artifactory_website[Override ~/.txgerrit.conf.yaml option artifactory_website]::ARTIFACTORY_WEBSITE:_files" \
"--auto_proxy[Override ~/.txgerrit.conf.yaml option auto_proxy]::AUTO_PROXY:_files" \
"--username[Override ~/.txgerrit.conf.yaml option username]::USERNAME:_files" \
"--password[Override ~/.txgerrit.conf.yaml option password atest,artifactory-clean-cache,artifactory-cp} copy artifacts inside the same repository latest copy build artifacts for latest che clean cached version of the given url on all other sites]::PASSWORD:_files" \
"*::args:_files"