Files
kotlin-fork/compiler/testData/cli/js-dce/dceHelp.out
T
2017-05-26 18:20:23 +03:00

11 lines
559 B
Plaintext
Vendored

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
-X Print a synopsis of advanced options
-version Display compiler version
-verbose Enable verbose logging output
-nowarn Generate no warnings
OK