Explorar o código

add --each to advanced argument specification (closes #3624)

Dan Korostelev %!s(int64=10) %!d(string=hai) anos
pai
achega
d01eac8419
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -1170,6 +1170,7 @@ try
 			xml_out := Some "hx"
 		),": generate hx headers for all input classes");
 		("--next", Arg.Unit (fun() -> assert false), ": separate several haxe compilations");
+		("--each", Arg.Unit (fun() -> assert false), ": append preceding parameters to all haxe compilations separated by --next");
 		("--display", Arg.String (fun file_pos ->
 			match file_pos with
 			| "classes" ->