Fix kotlinc command line usage information
Fix spelling, case, minor grammar
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
-annotations [String] paths to external annotations
|
||||
-includeRuntime [flag] include Kotlin runtime in to resulting jar
|
||||
-noJdk [flag] don't include Java runtime into classpath
|
||||
-noStdlib [flag] don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] generate not-null assertions on parameters of methods accessible from Java
|
||||
-output [String] output directory
|
||||
-module [String] module to compile
|
||||
-script [flag] evaluate script
|
||||
-src [String] Source file or directory (allows many paths separated by the system path separator)
|
||||
-jar [String] Resulting .jar file path
|
||||
-output [String] Output directory path for .class files
|
||||
-classpath [String] Paths where to find user class files
|
||||
-annotations [String] Paths to external annotations
|
||||
-includeRuntime [flag] Include Kotlin runtime in to resulting .jar
|
||||
-noJdk [flag] Don't include Java runtime into classpath
|
||||
-noStdlib [flag] Don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] Don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] Generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] Generate not-null assertions on parameters of methods accessible from Java
|
||||
-module [String] Path to the module file to compile
|
||||
-script [flag] Evaluate the script file
|
||||
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
|
||||
-inline [String] Inlining mode: on/off or true/false (default is on)
|
||||
-inline [String] Inlining mode: on/off (default is on)
|
||||
-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
|
||||
-help (-h) [flag] Print a synopsis of standard options
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
-printArgs [flag] Print command line arguments
|
||||
OK
|
||||
@@ -1,23 +1,23 @@
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
-annotations [String] paths to external annotations
|
||||
-includeRuntime [flag] include Kotlin runtime in to resulting jar
|
||||
-noJdk [flag] don't include Java runtime into classpath
|
||||
-noStdlib [flag] don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] generate not-null assertions on parameters of methods accessible from Java
|
||||
-output [String] output directory
|
||||
-module [String] module to compile
|
||||
-script [flag] evaluate script
|
||||
-src [String] Source file or directory (allows many paths separated by the system path separator)
|
||||
-jar [String] Resulting .jar file path
|
||||
-output [String] Output directory path for .class files
|
||||
-classpath [String] Paths where to find user class files
|
||||
-annotations [String] Paths to external annotations
|
||||
-includeRuntime [flag] Include Kotlin runtime in to resulting .jar
|
||||
-noJdk [flag] Don't include Java runtime into classpath
|
||||
-noStdlib [flag] Don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] Don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] Generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] Generate not-null assertions on parameters of methods accessible from Java
|
||||
-module [String] Path to the module file to compile
|
||||
-script [flag] Evaluate the script file
|
||||
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
|
||||
-inline [String] Inlining mode: on/off or true/false (default is on)
|
||||
-inline [String] Inlining mode: on/off (default is on)
|
||||
-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
|
||||
-help (-h) [flag] Print a synopsis of standard options
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
-printArgs [flag] Print command line arguments
|
||||
OK
|
||||
@@ -1,23 +1,23 @@
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
-annotations [String] paths to external annotations
|
||||
-includeRuntime [flag] include Kotlin runtime in to resulting jar
|
||||
-noJdk [flag] don't include Java runtime into classpath
|
||||
-noStdlib [flag] don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] generate not-null assertions on parameters of methods accessible from Java
|
||||
-output [String] output directory
|
||||
-module [String] module to compile
|
||||
-script [flag] evaluate script
|
||||
-src [String] Source file or directory (allows many paths separated by the system path separator)
|
||||
-jar [String] Resulting .jar file path
|
||||
-output [String] Output directory path for .class files
|
||||
-classpath [String] Paths where to find user class files
|
||||
-annotations [String] Paths to external annotations
|
||||
-includeRuntime [flag] Include Kotlin runtime in to resulting .jar
|
||||
-noJdk [flag] Don't include Java runtime into classpath
|
||||
-noStdlib [flag] Don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] Don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] Generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] Generate not-null assertions on parameters of methods accessible from Java
|
||||
-module [String] Path to the module file to compile
|
||||
-script [flag] Evaluate the script file
|
||||
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
|
||||
-inline [String] Inlining mode: on/off or true/false (default is on)
|
||||
-inline [String] Inlining mode: on/off (default is on)
|
||||
-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
|
||||
-help (-h) [flag] Print a synopsis of standard options
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
-printArgs [flag] Print command line arguments
|
||||
OK
|
||||
@@ -1,24 +1,24 @@
|
||||
Wrong value for inline option: 'wrong'. Should be 'on'/'off' or 'true'/'false'
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
-annotations [String] paths to external annotations
|
||||
-includeRuntime [flag] include Kotlin runtime in to resulting jar
|
||||
-noJdk [flag] don't include Java runtime into classpath
|
||||
-noStdlib [flag] don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] generate not-null assertions on parameters of methods accessible from Java
|
||||
-output [String] output directory
|
||||
-module [String] module to compile
|
||||
-script [flag] evaluate script
|
||||
-src [String] Source file or directory (allows many paths separated by the system path separator)
|
||||
-jar [String] Resulting .jar file path
|
||||
-output [String] Output directory path for .class files
|
||||
-classpath [String] Paths where to find user class files
|
||||
-annotations [String] Paths to external annotations
|
||||
-includeRuntime [flag] Include Kotlin runtime in to resulting .jar
|
||||
-noJdk [flag] Don't include Java runtime into classpath
|
||||
-noStdlib [flag] Don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] Don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] Generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] Generate not-null assertions on parameters of methods accessible from Java
|
||||
-module [String] Path to the module file to compile
|
||||
-script [flag] Evaluate the script file
|
||||
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
|
||||
-inline [String] Inlining mode: on/off or true/false (default is on)
|
||||
-inline [String] Inlining mode: on/off (default is on)
|
||||
-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
|
||||
-help (-h) [flag] Print a synopsis of standard options
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
-printArgs [flag] Print command line arguments
|
||||
INTERNAL_ERROR
|
||||
@@ -1,24 +1,24 @@
|
||||
Invalid argument: -wrongArgument
|
||||
Usage: org.jetbrains.jet.cli.common.arguments.K2JVMCompilerArguments
|
||||
-jar [String] jar file name
|
||||
-src [String] source file or directory (allows many paths separated by the system path separator)
|
||||
-classpath [String] classpath to use when compiling
|
||||
-annotations [String] paths to external annotations
|
||||
-includeRuntime [flag] include Kotlin runtime in to resulting jar
|
||||
-noJdk [flag] don't include Java runtime into classpath
|
||||
-noStdlib [flag] don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] generate not-null assertions on parameters of methods accessible from Java
|
||||
-output [String] output directory
|
||||
-module [String] module to compile
|
||||
-script [flag] evaluate script
|
||||
-src [String] Source file or directory (allows many paths separated by the system path separator)
|
||||
-jar [String] Resulting .jar file path
|
||||
-output [String] Output directory path for .class files
|
||||
-classpath [String] Paths where to find user class files
|
||||
-annotations [String] Paths to external annotations
|
||||
-includeRuntime [flag] Include Kotlin runtime in to resulting .jar
|
||||
-noJdk [flag] Don't include Java runtime into classpath
|
||||
-noStdlib [flag] Don't include Kotlin runtime into classpath
|
||||
-noJdkAnnotations [flag] Don't include JDK external annotations into classpath
|
||||
-notNullAssertions [flag] Generate not-null assertion after each invocation of method returning not-null
|
||||
-notNullParamAssertions [flag] Generate not-null assertions on parameters of methods accessible from Java
|
||||
-module [String] Path to the module file to compile
|
||||
-script [flag] Evaluate the script file
|
||||
-kotlinHome [String] Path to Kotlin compiler home directory, used for annotations and runtime libraries discovery
|
||||
-inline [String] Inlining mode: on/off or true/false (default is on)
|
||||
-inline [String] Inlining mode: on/off (default is on)
|
||||
-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
|
||||
-help (-h) [flag] Print a synopsis of standard options
|
||||
-suppress [String] Suppress compiler messages by severity (warnings)
|
||||
-printArgs [flag] Print commandline arguments
|
||||
-printArgs [flag] Print command line arguments
|
||||
INTERNAL_ERROR
|
||||
Reference in New Issue
Block a user