zshrs 0.9.4

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, SQLite caching
Documentation
1
2
3
4
5
6
7
8
9
10
#compdef fw_update

_arguments -s -S -A "-*" \
  '(*)-a[install or update firmware for all drivers]' \
  '-d[delete drivers instead of adding them]' \
  '-i[display information]' \
  '-n[dry run]' \
  '-p[use the firmware at specified path]:path:' \
  '*-v[verbose output]' \
  '(-a)*:driver:'