summaryrefslogtreecommitdiffstats
path: root/Completion/User/_tar
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-08-19 11:18:05 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-08-19 11:18:05 +0000
commit9867c4091e71e6ed69889a9bfaee07275d2fa04e (patch)
tree37318116ff90f7b90df7cb9e894790d96be0849b /Completion/User/_tar
parentzsh-workers/7446 (diff)
downloadzsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.gz
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.bz2
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.lz
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.xz
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.tar.zst
zsh-9867c4091e71e6ed69889a9bfaee07275d2fa04e.zip
manual/7448
Diffstat (limited to 'Completion/User/_tar')
-rw-r--r--Completion/User/_tar15
1 files changed, 8 insertions, 7 deletions
diff --git a/Completion/User/_tar b/Completion/User/_tar
index 5fcce5c67..02551759a 100644
--- a/Completion/User/_tar
+++ b/Completion/User/_tar
@@ -72,11 +72,11 @@ if [[ "$PREFIX" = --* ]]; then
# ...long options after `--'.
- _long_options '--owner*' "_tilde" \
- '*=(PROG|COMMAND)*' "_command_names" \
- '*=ARCHIVE*' "_tar_archive" \
- '*=NAME*' "_files" \
- '*=CONTROL*' "[t numbered nil existing never simple]"
+ _long_options '--owner*:user:_tilde' \
+ '*=(PROG|COMMAND)*:program:_command_names' \
+ '*=ARCHIVE*:archive: _tar_archive' \
+ '*=NAME*:file:_files' \
+ '*=CONTROL*:version control:[t numbered nil existing never simple]'
elif [[ ( CURRENT -gt 2 && "$words[CURRENT-1]" = -*f* &&
"$words[CURRENT-1]" != --* ) ||
@@ -93,7 +93,7 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
# filenames cached, plus the name of the tarfile so we know if it
# changes.
- local largs=-tf
+ local largs=-tf expl
if [[ $_tar_cmd = *z* ]]; then
largs=-tzf
@@ -110,7 +110,8 @@ elif [[ ( "$_tar_cmd" = *[xt]* || -n $del ) && -n "$tf" ]]; then
_tar_cache_name=$tf
fi
- _multi_parts / _tar_cache_list
+ _description expl 'file from archive'
+ _multi_parts "$expl[@]" / _tar_cache_list
else
# See if we should use a path prefix. We have to use eval as the dir can