test(cli): strengthen zsh completion regression coverage

This commit is contained in:
Anton Künzi 2026-05-10 08:22:02 +02:00 committed by Teknium
parent 8c4bec6155
commit 6d30b4a7e3
2 changed files with 27 additions and 9 deletions

View file

@ -216,9 +216,9 @@ _hermes() {{
typeset -A opt_args
_arguments -C \\
"(-h --help)"{{-h,--help}}"[Show help and exit]" \\
"(-V --version)"{{-V,--version}}"[Show version and exit]" \\
"(-p --profile)"{{-p,--profile}}"[Profile name]:profile:_hermes_profiles" \\
'(-)'{{-h,--help}}'[Show help and exit]' \\
'(-)'{{-V,--version}}'[Show version and exit]' \\
'(-)'{{-p,--profile}}'[Profile name]:profile:_hermes_profiles' \\
'1:command:->commands' \\
'*::arg:->args'