Main

object Main extends IOApp with LazyLogging

Dummy entry point

trait LazyLogging
trait IOApp
class Object
trait Matchable
class Any
Main.type

Value members

Concrete methods

override def run(args: List[String]): IO[ExitCode]
Definition Classes
IOApp

Inherited methods

final def main(args: Array[String]): Unit
Inherited from:
IOApp

Inherited fields

@transient
lazy protected val logger: Logger
Inherited from:
LazyLogging