Add longnail merge and schedule

This commit is contained in:
2025-10-01 17:52:41 +02:00
parent b301dbb6ce
commit ebfe841e2b
24 changed files with 421 additions and 9 deletions

View File

@@ -2,9 +2,13 @@ package com.minres.tgc.hammer
import com.minres.tgc.hammer.cli.{HammerConf, MySubcommand}
import scala.compiletime.uninitialized
object Main {
var conf: HammerConf = uninitialized
def main(args: Array[String]): Unit = {
val conf = new HammerConf(args.toIndexedSeq)
conf = new HammerConf(args.toIndexedSeq)
conf.subcommand match {
case Some(c: MySubcommand) =>