mirror of
https://github.com/zsh-users/zsh-completions.git
synced 2026-09-10 07:16:27 -04:00
fix pixz completion
- fix unquoted pattern
This commit is contained in:
parent
ae43a3a125
commit
41aee557c2
|
|
@ -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' \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue