![JAR search and dependency download from the Maven repository](/logo.png)
abellectl_2.11.1.1.0-RC3.source-code.Check.scala Maven / Gradle / Ivy
package info.hupel.isabelle.cli
import scala.concurrent._
import info.hupel.isabelle.System
object Check extends Command {
override def run(bundle: Bundle, args: List[String])(implicit ec: ExecutionContext): Future[Unit] =
System.create(bundle.env, bundle.configuration).flatMap { sys =>
logger.info("Alive!")
sys.dispose
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy