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

def run: Resource[[A] =>> IO[A], Unit]
See also

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

Concrete methods

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

Inherited methods

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