blob: 71aff222f643ebcd084071b53c57f1307b0280e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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'
|