zsh-workers
 help / color / mirror / code / Atom feed
f727ed8b79a4762ed67b07a6477799f9f0f970e0 blob 502 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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'
debug log:

solving f727ed8 ...
found f727ed8 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).