zshrs 0.11.18

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, Rkyv caching
Documentation
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]'