mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-11 04:41:32 +02:00
13 lines
287 B
Text
13 lines
287 B
Text
#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]'
|
|
|