1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

22000: completion for totdconfig.

This commit is contained in:
Clint Adams 2005-11-11 20:44:31 +00:00
parent f9e6416b8a
commit cd17012af8
2 changed files with 16 additions and 0 deletions

View file

@ -3,6 +3,9 @@
* 21999: Completion/Unix/Command/_gnutls:
completion for certtool and srptool.
* 22000: Completion/Unix/Command/_totd:
completion for totdconfig.
2005-11-10 Clint Adams <clint@zsh.org>
* 21998: Completion/Unix/Command/_gnutls:

View file

@ -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]'