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 - 2025 Weber Informatics LLC | Privacy Policy