Add link to the online docs to kotlinc's help

#KT-35111 Fixed
This commit is contained in:
Alexander Udalov
2020-09-01 17:24:28 +02:00
parent 6b05e1d179
commit e7937db8fa
3 changed files with 9 additions and 0 deletions
@@ -61,6 +61,11 @@ public class Usage {
appendln(sb, BAT_DELIMITER_CHARACTERS_NOTE);
}
if (!extraHelp && tool instanceof CLICompiler<?>) {
appendln(sb, "");
appendln(sb, "For details, see https://kotl.in/cli");
}
return sb.toString();
}
+2
View File
@@ -33,4 +33,6 @@ where possible options include:
-verbose Enable verbose logging output
-version Display compiler version
@<argfile> Read compiler arguments and file paths from the given file
For details, see https://kotl.in/cli
OK
+2
View File
@@ -31,4 +31,6 @@ where possible options include:
-verbose Enable verbose logging output
-version Display compiler version
@<argfile> Read compiler arguments and file paths from the given file
For details, see https://kotl.in/cli
OK