mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
9c327b19a6
New fish_indent does that too, so this will make any future reformatting diffs smaller. Done using either of: perl -pi -e 'undef $/; s/\n*$/\n/' share/**.fish kak -n -f '<a-/>\n*<ret>d' share/**.fish
8 lines
459 B
Fish
8 lines
459 B
Fish
#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'
|