Add dynamic and framework to -produce CLI description

This commit is contained in:
Svyatoslav Scherbina
2017-12-06 11:45:59 +03:00
committed by SvyatoslavScherbina
parent b705fa9656
commit 8b6d3c0a69
@@ -75,7 +75,7 @@ class K2NativeCompilerArguments : CommonCompilerArguments() {
@Argument(value = "-entry", shortName = "-e", valueDescription = "<name>", description = "Qualified entry point name")
var mainPackage: String? = null
@Argument(value = "-produce", shortName = "-p", valueDescription = "{program|library|bitcode}", description = "Specify output file kind")
@Argument(value = "-produce", shortName = "-p", valueDescription = "{program|dynamic|framework|library|bitcode}", description = "Specify output file kind")
var produce: String? = null
@Argument(value = "-properties", valueDescription = "<path>", description = "Override standard 'konan.properties' location")