1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00
zsh/Completion/User/_xargs

12 lines
287 B
Plaintext
Raw Normal View History

1999-08-30 17:21:21 +02:00
#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'