mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 03:24:47 +08:00
add pkg_add completions for OpenBSD
This commit is contained in:
parent
53e08cd0d6
commit
8bfd3fa144
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 New Issue
Block a user