Packages

o

zio.cli.examples

GitExample

object GitExample extends ZIOAppDefault

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GitExample
  2. ZIOAppDefault
  3. ZIOApp
  4. ZIOAppVersionSpecific
  5. ZIOAppPlatformSpecific
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Environment = Clock with Console with System with Random
    Definition Classes
    ZIOAppDefault → ZIOApp
  2. sealed trait Subcommand extends Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: ZTraceElement): ZIOApp
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. val add: Command[Add]
  6. val addHelp: HelpDoc
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val configPath: Options[Path]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. final def exit(code: ExitCode)(implicit trace: ZTraceElement): UIO[Unit]
    Definition Classes
    ZIOApp
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getArgs(implicit trace: ZTraceElement): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. val git: Command[Subcommand]
  17. val gitApp: CliApp[Console, IOException, Subcommand]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hook: RuntimeConfigAspect
    Definition Classes
    ZIOApp
  20. def installSignalHandlers(implicit trace: ZTraceElement): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  21. final def invoke(args: Chunk[String])(implicit trace: ZTraceElement): ZIO[ZEnv, Any, Any]
    Definition Classes
    ZIOApp
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. val layer: ZLayer[ZIOAppArgs, Any, ZEnv]
    Definition Classes
    ZIOAppDefault → ZIOApp
  24. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  25. val modifiedFlag: Options[Boolean]
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val remote: Command[Remote]
  30. val remoteHelp: HelpDoc
  31. def run: ZIO[ZIOAppArgs with Console with Console with System, Nothing, Unit]
    Definition Classes
    GitExample → ZIOApp
  32. def runtime: Runtime[ZEnv]
    Definition Classes
    ZIOApp
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. val tag: zio.EnvironmentTag[ZEnv]
    Definition Classes
    ZIOAppDefault → ZIOApp
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. implicit macro def validateEnv[R, E, A](zio: ZIO[R, E, A]): ZIO[Environment with ZEnv with ZIOAppArgs, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  37. val verboseFlag: Options[Boolean]
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  41. object Subcommand extends Serializable

Inherited from ZIOAppDefault

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped