mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-29 17:31:02 +01:00
12 lines
369 B
Text
12 lines
369 B
Text
#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:'
|