Switch cli expression evaluation argument syntax to -expression/-e
#KT-35414 fixed
This commit is contained in:
Vendored
+1
@@ -2,6 +2,7 @@ Usage: kotlinc-jvm <options> <source files>
|
||||
where possible options include:
|
||||
-classpath (-cp) <path> List of directories and JAR/ZIP archives to search for user class files
|
||||
-d <directory|jar> Destination for generated class files
|
||||
-expression (-e) Evaluate the given string as a Kotlin script
|
||||
-include-runtime Include Kotlin runtime into the resulting JAR
|
||||
-java-parameters Generate metadata for Java 1.8 reflection on method parameters
|
||||
-jdk-home <path> Include a custom JDK from the specified location into the classpath instead of the default JAVA_HOME
|
||||
|
||||
Reference in New Issue
Block a user