Simple

trait Simple extends IOApp

A simplified version of IOApp for applications which ignore their process arguments and always produces ExitCode.Success (unless terminated exceptionally or interrupted).

See also:
trait IOApp
class Object
trait Matchable
class Any

Value members

Abstract methods

def run: IO[Unit]

Concrete methods

final def run(args: List[String]): IO[ExitCode]

Inherited methods

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