Simple

trait Simple extends ResourceApp

A ResourceApp which takes no process arguments and always produces ExitCode.Success except when an exception is raised.

See also:
class Object
trait Matchable
class Any

Value members

Abstract methods

See also:

cats.effect.IOApp.Simple!.run:cats\.effect\.IO[Unit]*

Concrete methods

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

Inherited methods

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