Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: comp func for xargs



...

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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author