All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kyo.scheduler.top.Console.scala Maven / Gradle / Ivy

There is a newer version: 0.12.0
Show newest version
package kyo.scheduler.top

import scala.annotation.nowarn

@nowarn
object Console extends App {

    delayedInit {
        Client.run(args.toList) { status =>
            val clear = "\u001b[2J\u001b[H"
            println(clear + "\n" + Printer(status))
        }
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy