diff options
author | Matthew Martin <phy1729@gmail.com> | 2022-02-02 19:26:23 -0600 |
---|---|---|
committer | Matthew Martin <phy1729@gmail.com> | 2022-02-02 19:29:51 -0600 |
commit | e1405109a61fd84f758fd1656d96f7bf7711ff58 (patch) | |
tree | 65aa596e89a28db96840d9db10b4d4323fb4e740 /Completion/BSD/Command/_syspatch | |
parent | 8bf0f0cf45606971d1433b36ce21ab45f6226004 (diff) | |
download | zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.gz zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.zip |
49731: Add OpenBSD sys{clean,merge,patch,upgrade} completion
Diffstat (limited to 'Completion/BSD/Command/_syspatch')
-rw-r--r-- | Completion/BSD/Command/_syspatch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_syspatch b/Completion/BSD/Command/_syspatch new file mode 100644 index 000000000..850636d09 --- /dev/null +++ b/Completion/BSD/Command/_syspatch @@ -0,0 +1,7 @@ +#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]' |