blob: 8b929122711bc2eac2e0837db8ae34f94761f0c6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#compdef xargs
_arguments \
-{p,t,x} \
-{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'
|