We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Console.YELLOW
case-app
1 parent f8b6304 commit 06820c8Copy full SHA for 06820c8
modules/cli/src/main/scala/scala/cli/commands/config/ConfigOptions.scala
@@ -101,7 +101,7 @@ object ConfigOptions {
101
val currentKeyFullNameLength = maxFullNameLength - key.fullName.length
102
val extraSpaces =
103
if currentKeyFullNameLength > 0 then " " * currentKeyFullNameLength else ""
104
- s"- ${key.fullName}$extraSpaces ${key.description}"
+ s"- ${Console.YELLOW}${key.fullName}${Console.RESET}$extraSpaces ${key.description}"
105
}
106
107
val detailedHelpMessage: String =
0 commit comments