diff options
author | 2014-04-29 12:55:28 +0200 | |
---|---|---|
committer | 2014-04-29 12:55:42 +0200 | |
commit | 65e9d82407dbab1c731d5f9dda891127f4284108 (patch) | |
tree | a3e6f26b487c3e8279ca03604149627afd4baba4 | |
parent | 6fce2811afb366d53af6c234ff06bbb611e03378 (diff) | |
download | paludis-65e9d82407dbab1c731d5f9dda891127f4284108.tar.gz paludis-65e9d82407dbab1c731d5f9dda891127f4284108.tar.xz |
zsh-completion: --resume-file should complete filenames
-rw-r--r-- | zsh-completion/_cave | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh-completion/_cave b/zsh-completion/_cave index ff78b606a..f8519ae96 100644 --- a/zsh-completion/_cave +++ b/zsh-completion/_cave @@ -178,7 +178,7 @@ _cave_cmd_execute-resolution() '--removed-if-dependent-names[If nothing is left with the specified name, also remove it from world]' \ '(--preserve-world -1 --no-preserve-world +1)'{--preserve-world,-1,--no-preserve-world,+1}'[Do not modify the world set]' \ '(--continue-on-failure -C)'{--continue-on-failure,-C}'[Whether to continue after an error occurs]:When:((never n if-satisfied s if-independent i always a))' \ - '--resume-file[Write resume information to the specified file]' \ + '--resume-file[Write resume information to the specified file]:file:_files' \ '(--fetch -f --no-fetch +f)'{--fetch,-f,--no-fetch,+f}'[Skip any jobs that are not fetch jobs]' \ '(--fetch-jobs -J)'{--fetch-jobs,-J}'[The number of parallel fetch jobs to launch]' \ '*--skip-phase[Skip the named phases]:Phase:((fetch_extra killold init setup unpack prepare configure compile test test_expensive install strip preinst merge prerm postrm postinst tidyup))' \ @@ -743,7 +743,7 @@ _cave_resolve_arguments=( '(--dump-restarts --no-dump-restarts)'{--dump-restarts,--no-dump-restarts}'[Dump restarts]' \ '(--preserve-world -1 --no-preserve-world +1)'{--preserve-world,-1,--no-preserve-world,+1}'[Do not modify the world set]' \ '(--continue-on-failure -C)'{--continue-on-failure,-C}'[Whether to continue after an error occurs]:When:((never n if-satisfied s if-independent i always a))' \ - '--resume-file[Write resume information to the specified file]' \ + '--resume-file[Write resume information to the specified file]:file:_files' \ '(--fetch -f --no-fetch +f)'{--fetch,-f,--no-fetch,+f}'[Skip any jobs that are not fetch jobs]' \ '(--fetch-jobs -J)'{--fetch-jobs,-J}'[The number of parallel fetch jobs to launch]' \ '*--skip-phase[Skip the named phases]:Phase:((fetch_extra killold init setup unpack prepare configure compile test test_expensive install strip preinst merge prerm postrm postinst tidyup))' \ @@ -790,7 +790,7 @@ _cave_cmd_resume() '(--retry-skipped -R --no-retry-skipped +R)'{--retry-skipped,-R,--no-retry-skipped,+R}'[Retry any job that has already been skipped]' \ '(--skip-failed -s --no-skip-failed +s)'{--skip-failed,-s,--no-skip-failed,+s}'[Skip any job that has already failed]' \ '(--continue-on-failure -C)'{--continue-on-failure,-C}'[Whether to continue after an error occurs]:When:((never n if-satisfied s if-independent i always a))' \ - '--resume-file[Write resume information to the specified file]' \ + '--resume-file[Write resume information to the specified file]:file:_files' \ '(--fetch -f --no-fetch +f)'{--fetch,-f,--no-fetch,+f}'[Skip any jobs that are not fetch jobs]' \ '(--fetch-jobs -J)'{--fetch-jobs,-J}'[The number of parallel fetch jobs to launch]' \ '*--skip-phase[Skip the named phases]:Phase:((fetch_extra killold init setup unpack prepare configure compile test test_expensive install strip preinst merge prerm postrm postinst tidyup))' \ |