zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: comp func for xargs
@ 1999-08-30 14:06 Sven Wischnowsky
  0 siblings, 0 replies; only message in thread
From: Sven Wischnowsky @ 1999-08-30 14:06 UTC (permalink / raw)
  To: zsh-workers


...

Bye
 Sven

diff -u oc/User/_xargs Completion/User/_xargs
--- oc/User/_xargs	Mon Aug 30 16:06:49 1999
+++ Completion/User/_xargs	Mon Aug 30 16:04:32 1999
@@ -0,0 +1,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'

--
Sven Wischnowsky                         wischnow@informatik.hu-berlin.de


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-08-30 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-08-30 14:06 PATCH: comp func for xargs Sven Wischnowsky

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).