Files
kotlin-fork/compiler/testData/cli/js-dce/dceHelp.out
T

12 lines
560 B
Plaintext
Vendored

Usage: kotlin-dce-js <options> <source files>
where possible options include:
-keep <fully.qualified.name[,]>
List of fully-qualified names of declarations that shouldn't be eliminated
-output-dir <path> Output directory
-X Print a synopsis of advanced options
-help (-h) Print a synopsis of standard options
-nowarn Generate no warnings
-verbose Enable verbose logging output
-version Display compiler version
OK