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();
}