zsh completion: Add new makepkg opts
Signed-off-by: William Giokas <1007380@gmail.com> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
1e21aa589d
commit
63f04177c3
1 changed files with 2 additions and 0 deletions
|
@ -592,6 +592,8 @@ _makepkg_longopts=(
|
||||||
'--noconfirm[do not ask for confirmation when resolving dependencies]'
|
'--noconfirm[do not ask for confirmation when resolving dependencies]'
|
||||||
'--asdeps[Install packages as non-explicitly installed]'
|
'--asdeps[Install packages as non-explicitly installed]'
|
||||||
'--noprogressbar[Do not show a progress bar when downloading files]'
|
'--noprogressbar[Do not show a progress bar when downloading files]'
|
||||||
|
'--needed[Do not reinstall up-to-date packages]'
|
||||||
|
'--verifysource[Only download sources and verify checksums]'
|
||||||
)
|
)
|
||||||
_makepkg(){
|
_makepkg(){
|
||||||
case $words[CURRENT] in
|
case $words[CURRENT] in
|
||||||
|
|
Loading…
Add table
Reference in a new issue