Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
final
def
==(arg0: Any): Boolean
-
-
val
add: Command[Add]
-
val
addHelp: HelpDoc
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
-
-
def
finalize(): Unit
-
final
def
getArgs(implicit trace: ZTraceElement): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
-
final
def
getClass(): Class[_]
-
-
-
def
hashCode(): Int
-
-
def
installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
-
-
final
def
isInstanceOf[T0]: Boolean
-
val
layer: ZLayer[ZIOAppArgs, Any, ZEnv]
-
final
def
main(args0: Array[String]): Unit
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
remote: Command[Remote]
-
val
remoteHelp: HelpDoc
-
def
run: ZIO[ZIOAppArgs with Console with Console with System, Nothing, Unit]
-
def
runtime: Runtime[ZEnv]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
def
toString(): String
-
implicit macro
def
validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[Environment with ZEnv with ZIOAppArgs, E, A]
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit