We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85671a commit 2992889Copy full SHA for 2992889
compiler/src/dotty/tools/dotc/config/CompilerCommand.scala
@@ -9,6 +9,7 @@ abstract class CompilerCommand extends CliCommand:
9
10
final def helpMsg(using settings: ScalaSettings)(using SettingsState, Context): String =
11
settings.allSettings.find(isHelping) match
12
+ case Some(s @ settings.language) => availableOptionsMsg(_ == s)
13
case Some(s) => s.description
14
case _ =>
15
if (settings.help.value) usageMessage
0 commit comments