Added CLI

This commit is contained in:
2023-09-30 12:33:16 +02:00
parent 3bbeaa9b8e
commit 308e3a9efa
3 changed files with 115 additions and 8 deletions

View File

@@ -33,5 +33,5 @@ kotlin {
}
application {
mainClass.set("MainKt")
mainClass.set("com.thequux.mcpdp.cli.Cli")
}