mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-07 09:21:18 +02:00
9 lines
248 B
Text
9 lines
248 B
Text
#compdef sysupgrade
|
|
|
|
_arguments -s -S -A '-*' : \
|
|
'-f[force an already applied upgrade]' \
|
|
'-k[keep the downloaded files]' \
|
|
'-n[do not reboot]' \
|
|
'(-s)-r[upgrade to the next release]' \
|
|
'(-r)-s[upgrade to a snapshot]' \
|
|
':installurl:'
|