about summary refs log tree commit diff
path: root/Completion/BSD/Command/_fw_update
blob: 84b5f808d0238fabf1dc2f9db0e7d98adad391b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#compdef fw_update

_arguments -s -S -A "-*" \
  '(*)-a[install or update firmware for all drivers]' \
  '-d[delete drivers instead of adding them]' \
  '-F[download firmware only]' \
  '-n[dry run]' \
  '-p+[use the firmware at specified path]: : _alternative
    "urls\:url\:_urls"
    "directories\:path\:_directories"' \
  '*-v[verbose output]' \
  '(-a)*:driver:'