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/_sysupgrade | |
| parent | 49694 + doc: Allow using empty STTY= to freeze tty for a single command (diff) | |
| download | zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.gz zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.bz2 zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.lz zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.xz zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.tar.zst zsh-e1405109a61fd84f758fd1656d96f7bf7711ff58.zip | |
49731: Add OpenBSD sys{clean,merge,patch,upgrade} completion
Diffstat (limited to 'Completion/BSD/Command/_sysupgrade')
| -rw-r--r-- | Completion/BSD/Command/_sysupgrade | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Completion/BSD/Command/_sysupgrade b/Completion/BSD/Command/_sysupgrade new file mode 100644 index 000000000..b1144b0d5 --- /dev/null +++ b/Completion/BSD/Command/_sysupgrade @@ -0,0 +1,9 @@ +#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:' |
