mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
Fixed file completion after the --include-from and --exclude-from
options.
This commit is contained in:
parent
b4ea84dd59
commit
65f928d983
1 changed files with 2 additions and 2 deletions
|
|
@ -147,10 +147,10 @@ _arguments -s \
|
|||
'(-C --cvs-exclude)'{-C,--cvs-exclude}'[auto-ignore files the same way CVS does]' \
|
||||
'*'{-f,--filter=}'[add a file-filtering rule]:rule:' \
|
||||
'*-F[same as --filter="dir-merge /.rsync-filter", repeated: --filter="- .rsync-filter"]' \
|
||||
'*--exclude=[exclude files matching pattern]:pattern:' \
|
||||
'--exclude-from=[read exclude patterns from specified file]:file:_files' \
|
||||
'*--include=[do not exclude files matching pattern]:pattern:' \
|
||||
'*--exclude=[exclude files matching pattern]:pattern:' \
|
||||
'--include-from=[read include patterns from specified file]:file:_files' \
|
||||
'*--include=[do not exclude files matching pattern]:pattern:' \
|
||||
'--files-from=[read list of source-file names from specified file]:file:_files' \
|
||||
'(-0 --from0)'{-0,--from0}'[all *-from file lists are delimited by nulls]' \
|
||||
'--version[print version number]' \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue