mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
add pkg_add completions for OpenBSD
This commit is contained in:
parent
53e08cd0d6
commit
8bfd3fa144
1 changed files with 9 additions and 0 deletions
9
share/completions/pkg_add.fish
Normal file
9
share/completions/pkg_add.fish
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#completion for pkg_add
|
||||||
|
|
||||||
|
complete -c pkg_add -o D -d 'failsafe to overwrite' -xa 'allversions arch checksum dontmerge donttie downgrade installed libdepends nonroot paranoid repair scripts SIGNER snap unsigned updatedepends'
|
||||||
|
complete -c pkg_add -o V -d 'Turn on stats'
|
||||||
|
complete -c pkg_add -o a -d 'Automated package installation'
|
||||||
|
complete -c pkg_add -o h -d 'Print help'
|
||||||
|
complete -c pkg_add -o u -d 'Update packages'
|
||||||
|
complete -c pkg_add -o z -d 'Fuzzy match'
|
||||||
|
|
Loading…
Reference in a new issue