mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-19 00:10:56 +01:00
Initial revision
This commit is contained in:
parent
c8236cdb49
commit
acb362d930
1 changed files with 11 additions and 0 deletions
11
Completion/User/_xargs
Normal file
11
Completion/User/_xargs
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
#compdef xargs
|
||||||
|
|
||||||
|
_arguments \
|
||||||
|
-{p,t,x} \
|
||||||
|
-{e-,E}':end-of-file string:' \
|
||||||
|
-{i-,I}':replacement string for lines:' \
|
||||||
|
-{l-,L}':number of input lines:' \
|
||||||
|
'-n:maximum number of arguments:' \
|
||||||
|
'-s:maximum command line length:' \
|
||||||
|
':command: _command_names -e' \
|
||||||
|
'*::args:_normal'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue