Fix gtk-launch completion

- fix quoting
This commit is contained in:
Shohei YOSHIDA 2026-03-08 23:01:45 +09:00
parent 5f2fad31ae
commit eca213e017
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 3 additions and 3 deletions

View File

@ -46,9 +46,9 @@ _gtk-launch() {
_arguments -S -A "-*" \ _arguments -S -A "-*" \
'(- *)'{-h,--help}'[Show help options]' \ '(- *)'{-h,--help}'[Show help options]' \
'(- *)'{-v,--version}'[Show program version]' \ '(- *)'{-v,--version}'[Show program version]' \
'(- *)'--help-all'[Show all help options]' \ '(- *)--help-all[Show all help options]' \
'(- *)'--help-gtk'[Show GTK+ Options]' \ '(- *)--help-gtk[Show GTK+ Options]' \
'(- *)'--display='[X display to use]:display:_x_display' \ '(- *)--display=[X display to use]:display:_x_display' \
'--class=[Program class as used by the window manager]:class' \ '--class=[Program class as used by the window manager]:class' \
'--name=[Program name as used by the window manager]:name' \ '--name=[Program name as used by the window manager]:name' \
'--gtk-module=[Load additional GTK+ modules]:module' \ '--gtk-module=[Load additional GTK+ modules]:module' \