Add Dev Command
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-10-25 23:38:17 +02:00
parent e0e607e8b4
commit a2bb90a116

View File

@ -68,7 +68,7 @@ class DevCommand : CliktCommand("dev") {
override val printHelpOnEmptyArgs = true override val printHelpOnEmptyArgs = true
val workingDir = File(".").absoluteFile val workingDir = File("").absoluteFile
val log4jConfig = File(workingDir, "log4j2.xml") val log4jConfig = File(workingDir, "log4j2.xml")
override fun run() { override fun run() {