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

scripts.general.help.sc Maven / Gradle / Ivy

There is a newer version: 4.0.78
Show newest version
@main def main(inputPath: String) = {
  importCode(inputPath)

  if (help.cpg.toString.isEmpty)
    throw new AssertionError("no help text available!") with scala.util.control.NoStackTrace
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy