Minor: Use Kotlin reflection in usage printing and update test data

This commit is contained in:
Alexey Sedunov
2017-08-02 13:04:12 +03:00
parent 3c0a4a0abf
commit e6f1a3ccf3
6 changed files with 75 additions and 72 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
Usage: kotlin-dce-js <options> <source files>
where possible options include:
-output-dir <path> Output directory
-keep <fully.qualified.name[,]>
List of fully-qualified names of declarations that shouldn't be eliminated
-help (-h) Print a synopsis of standard options
-output-dir <path> Output directory
-X Print a synopsis of advanced options
-version Display compiler version
-verbose Enable verbose logging output
-help (-h) Print a synopsis of standard options
-nowarn Generate no warnings
OK
-verbose Enable verbose logging output
-version Display compiler version
OK