![JAR search and dependency download from the Maven repository](/logo.png)
tool.Main.scala Maven / Gradle / Ivy
The newest version!
package avrohugger
package tool
/** Command-line driver.*/
object Main {
def main(args: Array[String]) = {
val r = new Runner(System.in, System.out, System.err)
val exitCode = r.run(args)
System.exit(exitCode)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy