Support '-suppress warnings'

#KT-3319 In Progress
This commit is contained in:
Andrey Breslav
2013-09-22 18:49:29 +04:00
parent c0e8038ed2
commit 9fef0c8650
10 changed files with 86 additions and 25 deletions
+3 -2
View File
@@ -14,9 +14,10 @@ Usage: org.jetbrains.jet.cli.jvm.K2JVMCompilerArguments
-output [String] output directory
-module [String] module to compile
-script [flag] evaluate script
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
-tags [flag] Demarcate each compilation message (error, warning, etc) with an open and close tag
-verbose [flag] Enable verbose logging output
-version [flag] Display compiler version
-help (-h) [flag] show help
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
-help (-h) [flag] Show help
-suppress [String] Suppress compiler messages by severity (warnings)
INTERNAL_ERROR