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

caseapp.core.app.PlatformUtil.scala Maven / Gradle / Ivy

package caseapp.core.app

object PlatformUtil {
  def exit(code: Int): Nothing =
    sys.exit(code)
  def arguments(args: Array[String]): Array[String] =
    args
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy