瀏覽代碼

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

Dan Korostelev 10 年之前
父節點
當前提交
d01eac8419
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      main.ml

+ 1 - 0
main.ml

@@ -1170,6 +1170,7 @@ try
 			xml_out := Some "hx"
 			xml_out := Some "hx"
 		),": generate hx headers for all input classes");
 		),": generate hx headers for all input classes");
 		("--next", Arg.Unit (fun() -> assert false), ": separate several haxe compilations");
 		("--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 ->
 		("--display", Arg.String (fun file_pos ->
 			match file_pos with
 			match file_pos with
 			| "classes" ->
 			| "classes" ->