_bundle: remove nonsensical -A options

This commit is contained in:
Mikael Magnusson 2026-05-03 01:34:24 +02:00
parent c4d76587ae
commit ef53598cbd
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ _bundle() {
local ret=1 local ret=1
_arguments -C -A "-v" -A "--version" \ _arguments -C \
'(- 1 *)'{-v,--version}'[display version information]' \ '(- 1 *)'{-v,--version}'[display version information]' \
'(-r --retry)'{-r,--retry}'[specify the number of times you with to attempt network commands]:number:' \ '(-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]' \ '(-V --verbose)'{-V,--verbose}'[print out additional logging information]' \