CommandLineTools: mention new --template option from commit 3ba4c4c5c0 in help text

This commit is contained in:
Josh Tynjala
2022-06-10 09:55:50 -07:00
parent 81d682d355
commit 4be9bcf6ff

View File

@@ -1072,6 +1072,7 @@ class CommandLineTools
Log.println(" \x1b[1m--haxelib\x1b[0;3m=value\x1b[0m -- Add an additional <haxelib/> value");
Log.println(" \x1b[1m--haxelib-\x1b[0;3mname=value\x1b[0m -- Override the path to a haxelib");
Log.println(" \x1b[1m--source\x1b[0;3m=value\x1b[0m -- Add an additional <source/> value");
Log.println(" \x1b[1m--template\x1b[0;3m=value\x1b[0m -- Add an additional <template/> value");
Log.println(" \x1b[1m--certificate-\x1b[0;3moption=value\x1b[0m -- Override a project <certificate/> setting");
}