2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-01-19 16:34:24 +00:00
fish-shell/share/completions/pkgadd.fish

9 lines
312 B
Fish
Raw Normal View History

#completion for pkgadd
complete -c pkgadd -o u -l upgrade -d 'Upgrade'
complete -c pkgadd -o f -l force -d 'Force installation, overwriting'
complete -c pkgadd -o r -l root -d 'Alternative installation root'
complete -c pkgadd -o v -l version -d 'Print version'
complete -c pkgadd -o h -l help -d 'Print help'