We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0684e71 commit d76e8f6Copy full SHA for d76e8f6
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