mirror of
https://github.com/Jguer/yay.git
synced 2025-12-05 00:04:06 -05:00
Fix missing '-' in flags
isArg() was generated from pacman's manpage using a script. All dashes were stripped out. Some flags used '-' as a seperator and were stripped out by mistake.
This commit is contained in:
parent
5fe9160b1b
commit
73deae94cf
@ -374,16 +374,15 @@ func isArg(arg string) bool {
|
||||
case "logfile":
|
||||
case "noconfirm":
|
||||
case "confirm":
|
||||
case "disabledownloadtimeout":
|
||||
case "disable-download-timeout":
|
||||
case "sysroot":
|
||||
case "d", "nodeps":
|
||||
case "assume-installed":
|
||||
case "assumeinstalled":
|
||||
case "dbonly":
|
||||
case "noprogressbar":
|
||||
case "noscriptlet":
|
||||
case "p":
|
||||
case "printformat":
|
||||
case "print-format":
|
||||
case "asdeps":
|
||||
case "asexplicit":
|
||||
case "ignore":
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user