Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _tracepath
- X-seq: zsh-workers 22449
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _tracepath
- Date: Sat, 20 May 2006 12:37:29 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
iputils tracepath & tracepath6
Index: Completion/Unix/Command/_tracepath
===================================================================
RCS file: Completion/Unix/Command/_tracepath
diff -N Completion/Unix/Command/_tracepath
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ Completion/Unix/Command/_tracepath 20 May 2006 16:36:46 -0000
@@ -0,0 +1,5 @@
+#compdef tracepath tracepath6
+
+_arguments \
+ ':destination:_hosts' \
+ ':port:_ports'
Messages sorted by:
Reverse Date,
Date,
Thread,
Author