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.
1 parent e1ca42e commit f5d477fCopy full SHA for f5d477f
src/main/kotlin/commands/LangUse.kt
@@ -2,7 +2,7 @@ package commands
2
3
import picocli.CommandLine
4
5
-@CommandLine.Command(name = "lang-use", description = ["From now the code will be compiled with the given language version"])
+@CommandLine.Command(name = "lang-use", description = ["From now on the code will be compiled with the given language version"])
6
class LangUse : Runnable {
7
@CommandLine.Parameters(paramLabel = "<version>", description = ["language version"])
8
lateinit var langVersion: String
0 commit comments