CLI: added "-printArgs" arguments to commandline compiler.

This commit is contained in:
Zalim Bashorov
2013-10-10 22:19:41 +04:00
parent 41d0a8be24
commit 0877dfc1bd
8 changed files with 107 additions and 18 deletions
+1
View File
@@ -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 -3
View File
@@ -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
+1
View File
@@ -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