Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _totd
- X-seq: zsh-workers 22000
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _totd
- Date: Fri, 11 Nov 2005 13:31:49 -0500
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
--- /dev/null
+++ mod/Completion/Unix/Command/_totd
@@ -0,0 +1,13 @@
+#compdef totdconfig
+
+_arguments \
+ - set1 \
+ '-a[add totd specific options]' \
+ '-D[add totd specific config into dhclient-enter-hooks]' \
+ '-d:name server:_hosts' \
+ '-l[configure resolv.conf]' \
+ - set2 \
+ '-r:config to remove:(dhcp totd resolv all)' \
+ - set3 \
+ '-h[help]'
+
Messages sorted by:
Reverse Date,
Date,
Thread,
Author