Object

zio.cli.examples

GitExample

Related Doc: package examples

Permalink

object GitExample extends ZIOAppDefault

Linear Supertypes
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 = Any

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  2. sealed trait Subcommand extends Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def <>(that: ZIOApp)(implicit trace: Trace): ZIOApp

    Permalink
    Definition Classes
    ZIOApp
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object Subcommand extends Serializable

    Permalink
  6. val add: Command[Add]

    Permalink
  7. val addHelp: HelpDoc

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. val bootstrap: ZLayer[ZIOAppArgs with Scope, Any, Any]

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val configPath: Options[Path]

    Permalink
  12. val environmentTag: zio.EnvironmentTag[Any]

    Permalink
    Definition Classes
    ZIOAppDefault → ZIOApp
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]

    Permalink
    Definition Classes
    ZIOApp
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]

    Permalink
    Definition Classes
    ZIOApp
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val git: Command[Subcommand]

    Permalink
  20. val gitApp: CliApp[Any, IOException, Subcommand]

    Permalink
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    ZIOApp
  23. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]

    Permalink
    Definition Classes
    ZIOApp
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def main(args0: Array[String]): Unit

    Permalink
    Definition Classes
    ZIOAppPlatformSpecific
  26. val modifiedFlag: Options[Boolean]

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. val remote: Command[Remote]

    Permalink
  31. val remoteHelp: HelpDoc

    Permalink
  32. def run: ZIO[ZIOAppArgs, Nothing, Unit]

    Permalink
    Definition Classes
    GitExample → ZIOApp
  33. def runtime: Runtime[Any]

    Permalink
    Definition Classes
    ZIOApp
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  36. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]

    Permalink
    Definition Classes
    ZIOAppVersionSpecific
  37. val verboseFlag: Options[Boolean]

    Permalink
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZIOAppDefault

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped