Browse Source

Merge pull request #764 from Morganamilo/fix#762

Allow --print again
Anna 6 năm trước cách đây
mục cha
commit
69fd7a9b9e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      parser.go

+ 1 - 1
parser.go

@@ -381,7 +381,7 @@ func isArg(arg string) bool {
 	case "dbonly":
 	case "noprogressbar":
 	case "noscriptlet":
-	case "p":
+	case "p", "print":
 	case "print-format":
 	case "asdeps":
 	case "asexplicit":