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:
parent
f9e6416b8a
commit
cd17012af8
2 changed files with 16 additions and 0 deletions
|
@ -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:
|
||||
|
|
13
Completion/Unix/Command/_totd
Normal file
13
Completion/Unix/Command/_totd
Normal 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]'
|
||||
|
Loading…
Reference in a new issue