mirror of
https://github.com/Jguer/yay.git
synced 2025-10-08 00:04:37 -04:00
Allow --print again
Comit 2d6fe95903ac118811d8f24a5fb3361de09e0114 renamed the Yay specific flag -P/--print to -P/--show. The rename caused --print to stop being accepted as it was no longer in the list of accepted args.
This commit is contained in:
parent
73deae94cf
commit
0f4768b4fe
@ -381,7 +381,7 @@ func isArg(arg string) bool {
|
|||||||
case "dbonly":
|
case "dbonly":
|
||||||
case "noprogressbar":
|
case "noprogressbar":
|
||||||
case "noscriptlet":
|
case "noscriptlet":
|
||||||
case "p":
|
case "p", "print":
|
||||||
case "print-format":
|
case "print-format":
|
||||||
case "asdeps":
|
case "asdeps":
|
||||||
case "asexplicit":
|
case "asexplicit":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user