mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
8 lines
268 B
Fish
8 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'
|