mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-27 04:40:59 +01:00
moved to Completion/Unix/Command/_pack
This commit is contained in:
parent
c5a916dff5
commit
1549d555a5
1 changed files with 0 additions and 16 deletions
|
|
@ -1,16 +0,0 @@
|
|||
#compdef pack unpack pcat=unpack
|
||||
|
||||
local expl state line
|
||||
|
||||
case $service in
|
||||
pack)
|
||||
_arguments -C \
|
||||
'-f[force packing even for files which will not benefit]' \
|
||||
'-[show statistics for files]' \
|
||||
'*:file to compress:_files -g \*\~\*.z'
|
||||
;;
|
||||
unpack)
|
||||
_description files expl 'compressed file'
|
||||
_files "$expl[@]" -g '*.z'
|
||||
;;
|
||||
esac
|
||||
Loading…
Add table
Add a link
Reference in a new issue