aboutsummaryrefslogtreecommitdiffstats
path: root/src/_bundle
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2026-05-03 01:34:24 +0200
committerMikael Magnusson <mikachu@gmail.com>2026-05-03 04:19:53 +0200
commitef53598cbdfcd7cddd3bffe3461dc299c9af39b4 (patch)
tree4b41c85eb6ac6e52699bfa0ba747316e04cd2a38 /src/_bundle
parentRemove the 'this' from 'show this help and exit' in completers (diff)
downloadzsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar.gz
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar.bz2
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar.lz
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar.xz
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.tar.zst
zsh-completions-ef53598cbdfcd7cddd3bffe3461dc299c9af39b4.zip
_bundle: remove nonsensical -A options
Diffstat (limited to 'src/_bundle')
-rw-r--r--src/_bundle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_bundle b/src/_bundle
index 8180d43..f003142 100644
--- a/src/_bundle
+++ b/src/_bundle
@@ -46,7 +46,7 @@ _bundle() {
local ret=1
- _arguments -C -A "-v" -A "--version" \
+ _arguments -C \
'(- 1 *)'{-v,--version}'[display version information]' \
'(-r --retry)'{-r,--retry}'[specify the number of times you with to attempt network commands]:number:' \
'(-V --verbose)'{-V,--verbose}'[print out additional logging information]' \