forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -3,7 +3,7 @@ package de.steamwar.commands
|
||||
import com.github.ajalt.clikt.core.CliktCommand
|
||||
import com.github.ajalt.mordant.rendering.TextStyles
|
||||
|
||||
class SteamWar: CliktCommand(name = "sw") {
|
||||
class SteamWar : CliktCommand(name = "sw") {
|
||||
override fun run() {
|
||||
echo(TextStyles.bold("SteamWar-CLI"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user