mirror of
https://github.com/moparisthebest/pacman
synced 2025-03-01 01:41:52 -05:00
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
@ -592,6 +592,8 @@ _makepkg_longopts=(
|
||||
'--noconfirm[do not ask for confirmation when resolving dependencies]'
|
||||
'--asdeps[Install packages as non-explicitly installed]'
|
||||
'--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(){
|
||||
case $words[CURRENT] in
|
||||
|
Loading…
x
Reference in New Issue
Block a user