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