CLI: added "-printArgs" arguments to commandline compiler.
This commit is contained in:
@@ -18,4 +18,5 @@ Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-version [flag] Display compiler version
|
||||
-help (-h) [flag] Show help
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
OK
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
INFO: Invoking compiler org.jetbrains.jet.cli.jvm.K2JVMCompiler with arguments -printArgs -script compiler/testData/cli/hello.ktscript
|
||||
hello
|
||||
Command line arguments:
|
||||
-script
|
||||
compiler/testData/cli/hello.ktscript
|
||||
OK
|
||||
|
||||
@@ -19,4 +19,5 @@ Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-version [flag] Display compiler version
|
||||
-help (-h) [flag] Show help
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
INTERNAL_ERROR
|
||||
|
||||
Reference in New Issue
Block a user