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

io.shiftleft.js2cpg.core.Js2CpgMain.scala Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package io.shiftleft.js2cpg.core

object Js2CpgMain {
  def main(args: Array[String]): Unit = {
    val argumentsParser: Js2cpgArgumentsParser = new Js2cpgArgumentsParser()

    argumentsParser.parse(args) match {
      case Some(config) =>
        new Js2Cpg().run(config)
      case None =>
        argumentsParser.showUsage()
        System.exit(1)
    }

  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy