From ef53598cbdfcd7cddd3bffe3461dc299c9af39b4 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 3 May 2026 01:34:24 +0200 Subject: [PATCH] _bundle: remove nonsensical -A options --- src/_bundle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]' \