Add longnail merge and schedule
This commit is contained in:
@@ -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) =>
|
||||
|
Reference in New Issue
Block a user