mirror of
git://git.code.sf.net/p/zsh/code
synced 2024-11-19 21:44:11 +01:00
moved from Completion/User/_xargs
This commit is contained in:
parent
7e75eb4422
commit
0fe393d9ed
15
Completion/Unix/Command/_xargs
Normal file
15
Completion/Unix/Command/_xargs
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
#compdef xargs
|
||||||
|
|
||||||
|
_arguments \
|
||||||
|
'(-t)-p[prompt user for each command]' \
|
||||||
|
'(-p)-t[verbose - echo each command]' \
|
||||||
|
'-x[exit if max size exceeded]' \
|
||||||
|
-{e-,E}':end-of-file string:' \
|
||||||
|
'(-x -I)-i-:replacement string for lines:' \
|
||||||
|
'(-x -i)-I:replacement string for lines:' \
|
||||||
|
'(-n -L -x)-l-:number of input lines:' \
|
||||||
|
'(-n -l)-L:number of input lines:' \
|
||||||
|
'(-l -L)-n-:maximum number of arguments:' \
|
||||||
|
'-s-:maximum command line length:' \
|
||||||
|
'(-):command: _command_names -e' \
|
||||||
|
'*::args: _normal'
|
Loading…
Reference in New Issue
Block a user