mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
27baa6e62b
darcs-hash:20070803202253-782a0-e2140559cdf45e3a543c3e9d915fe84537ee73a6.gz
7 lines
268 B
Fish
7 lines
268 B
Fish
#completion for pkgrm
|
|
|
|
complete -f -c pkgrm -a '(__fish_crux_packages)' -d 'Package to remove'
|
|
|
|
complete -c pkgrm -o r -l root -d 'Alternative installation root'
|
|
complete -f -c pkgrm -o v -l version -d 'Print version'
|
|
complete -f -c pkgrm -o h -l help -d 'Print help'
|