mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 08:58:01 +00:00
12 lines
615 B
Fish
12 lines
615 B
Fish
# Completions for the pbget command.
|
|
# Author: SanskritFritz (gmail)
|
|
|
|
complete -c pbget -l abs --description 'Use the ABS tree'
|
|
complete -c pbget -l arch --description 'Set the desired package architecture'
|
|
complete -c pbget -l aur --description 'Search the AUR'
|
|
complete -c pbget -l aur-only --description 'Only search the AUR'
|
|
complete -c pbget -l dir --description 'Set the output directory'
|
|
complete -c pbget -l help --description 'Display this message'
|
|
complete -c pbget -l upgradable --description 'Search for upgradable packages'
|
|
complete -c pbget -l testing --description 'Search the ABS testing branches'
|
|
|