mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
9367d4ff71
This does not include checks/function.fish because that currently includes a "; end" in a message that indent would remove, breaking the test.
8 lines
310 B
Fish
8 lines
310 B
Fish
#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'
|
|
|