1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Completion/BSD/Command/_syspatch

7 lines
228 B
Text

#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]'