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);
|
||||
}
|
||||
|
||||
if (!extraHelp && tool instanceof CLICompiler<?>) {
|
||||
appendln(sb, "");
|
||||
appendln(sb, "For details, see https://kotl.in/cli");
|
||||
}
|
||||
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user