mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-15 13:55:09 -05:00
contrib/bash_completion: update with new makepkg opts
Signed-off-by: Dave Reisner <dreisner@archlinux.org> Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
6907a22b27
commit
1376ba5b0e
@ -32,9 +32,9 @@ _makepkg() {
|
||||
COMPREPLY=()
|
||||
_get_comp_words_by_ref cur prev
|
||||
if [[ $cur = -* && ! $prev =~ ^-(-(config|help)$|\w*[Chp]) ]]; then
|
||||
opts=('allsource asroot clean config force geninteg help holdver
|
||||
ignorearch install log nobuild nocolor noconfirm nodeps noextract
|
||||
noprogressbar pkg repackage rmdeps skipinteg source syncdeps'
|
||||
opts=('allsource asroot check clean config force geninteg help holdver ignorearch
|
||||
install log nobuild nocheck nocolor noconfirm nodeps noextract noprogressbar
|
||||
nosign pkg repackage rmdeps sign skipinteg source syncdeps'
|
||||
'A L R c d e f g h i m o p r s')
|
||||
_arch_ptr2comp opts
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user