mirror of
https://git.code.sf.net/p/zsh/code
synced 2026-01-29 12:34:07 +00:00
8 lines
228 B
Plaintext
8 lines
228 B
Plaintext
#compdef syspatch
|
|
|
|
_arguments \
|
|
'( -l -R -r)-c[list available patches]' \
|
|
'(-c -R -r)-l[list installed patches]' \
|
|
'(-c -l -r)-R[revert all patches]' \
|
|
'(-c -l -R )-r[revert the most recently installed patch]'
|