From 002a11fdb7504edfdfb0dcf74e7d0823c900eda1 Mon Sep 17 00:00:00 2001 From: Shohei YOSHIDA Date: Sun, 8 Mar 2026 23:02:56 +0900 Subject: [PATCH] Fix gio completion - fix quoting --- src/_gio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_gio b/src/_gio index d3b221f..619d56e 100644 --- a/src/_gio +++ b/src/_gio @@ -48,7 +48,7 @@ _gio() { _arguments -C \ '(- : *)'{-h,--help}'[show help information]' \ - '(- : *)'--version'[display version information]' \ + '(- : *)--version[display version information]' \ '1:command:->command' \ '*::arg:->args' \ && ret=0