A class which can be extended by an object to convert a description of a ZIO application as a value into a runnable application.
Creates a ZIOApp from an effect, which can consume the arguments of the program, as well as a hook into the ZIO runtime configuration.
Creates a ZIOApp from an effect, using the unmodified default runtime's configuration.