Add link to the online docs to kotlinc's help
#KT-35111 Fixed
This commit is contained in:
@@ -61,6 +61,11 @@ public class Usage {
|
|||||||
appendln(sb, BAT_DELIMITER_CHARACTERS_NOTE);
|
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();
|
return sb.toString();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Vendored
+2
@@ -33,4 +33,6 @@ where possible options include:
|
|||||||
-verbose Enable verbose logging output
|
-verbose Enable verbose logging output
|
||||||
-version Display compiler version
|
-version Display compiler version
|
||||||
@<argfile> Read compiler arguments and file paths from the given file
|
@<argfile> Read compiler arguments and file paths from the given file
|
||||||
|
|
||||||
|
For details, see https://kotl.in/cli
|
||||||
OK
|
OK
|
||||||
|
|||||||
Vendored
+2
@@ -31,4 +31,6 @@ where possible options include:
|
|||||||
-verbose Enable verbose logging output
|
-verbose Enable verbose logging output
|
||||||
-version Display compiler version
|
-version Display compiler version
|
||||||
@<argfile> Read compiler arguments and file paths from the given file
|
@<argfile> Read compiler arguments and file paths from the given file
|
||||||
|
|
||||||
|
For details, see https://kotl.in/cli
|
||||||
OK
|
OK
|
||||||
|
|||||||
Reference in New Issue
Block a user