Skip to content

Commit f5d477f

Browse files
committed
start feat
1 parent e1ca42e commit f5d477f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/commands/LangUse.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package commands
22

33
import picocli.CommandLine
44

5-
@CommandLine.Command(name = "lang-use", description = ["From now the code will be compiled with the given language version"])
5+
@CommandLine.Command(name = "lang-use", description = ["From now on the code will be compiled with the given language version"])
66
class LangUse : Runnable {
77
@CommandLine.Parameters(paramLabel = "<version>", description = ["language version"])
88
lateinit var langVersion: String

0 commit comments

Comments
 (0)