fix pixz completion

- fix unquoted pattern
This commit is contained in:
Shohei YOSHIDA 2026-03-08 21:52:07 +09:00
parent ae43a3a125
commit 41aee557c2
No known key found for this signature in database
GPG Key ID: C9A1BB11BB940CF2
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ _pixz() {
'(- 1 *)'-h"[Show help and exit]" \ '(- 1 *)'-h"[Show help and exit]" \
'(- 1 *)-l[List tarball contents very fast]:file:_files -g "*.(tpxz|xz)"' \ '(- 1 *)-l[List tarball contents very fast]:file:_files -g "*.(tpxz|xz)"' \
'(- 1 *)-x[Extract one file very fast]:filepath' \ '(- 1 *)-x[Extract one file very fast]:filepath' \
'(- 1 *)-d[Decompress]:file:_files -g "*.(tpxz|xz)' \ '(- 1 *)-d[Decompress]:file:_files -g "*.(tpxz|xz)"' \
'-i[Input]:file:_files' \ '-i[Input]:file:_files' \
'-o[Output]:output:_files' \ '-o[Output]:output:_files' \
'-p[Use a maximum of NUM CPU-intensive threads]:cpu:_pixz_cpus' \ '-p[Use a maximum of NUM CPU-intensive threads]:cpu:_pixz_cpus' \