Fix gio completion

- fix quoting
This commit is contained in:
Shohei YOSHIDA 2026-03-08 23:02:56 +09:00
parent 970077590a
commit 002a11fdb7
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ _gio() {
_arguments -C \ _arguments -C \
'(- : *)'{-h,--help}'[show help information]' \ '(- : *)'{-h,--help}'[show help information]' \
'(- : *)'--version'[display version information]' \ '(- : *)--version[display version information]' \
'1:command:->command' \ '1:command:->command' \
'*::arg:->args' \ '*::arg:->args' \
&& ret=0 && ret=0