Simple

ox.OxApp.Simple
trait Simple extends OxApp

Simple variant of OxApp does not pass command line arguments and exits with exit code 0 if no exceptions were thrown.

Attributes

Graph
Supertypes
trait OxApp
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def run(using Ox): Unit

Concrete methods

final override def run(args: Vector[String])(using Ox): ExitCode

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
OxApp