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

org.rogach.scallop.Compat.scala Maven / Gradle / Ivy

There is a newer version: 5.1.0
Show newest version
package org.rogach.scallop

/** Contains helper functions to handle differences between different platforms (JVM, Native, JS). */
object Compat {

  def exit(code: Int): Nothing = {
    sys.exit(code)
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy