about summary refs log tree commit diff
path: root/Completion/Unix/Command/_totd
blob: 4d55d29bb11c82a988c90495bc96d6338bd127ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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]'