From e1405109a61fd84f758fd1656d96f7bf7711ff58 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Wed, 2 Feb 2022 19:26:23 -0600 Subject: 49731: Add OpenBSD sys{clean,merge,patch,upgrade} completion --- Completion/BSD/Command/_syspatch | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Completion/BSD/Command/_syspatch (limited to 'Completion/BSD/Command/_syspatch') 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]' -- cgit v1.2.3