Packages

o

zio.cli.examples

GitExample

object GitExample extends ZIOCliDefault

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

Type Members

  1. type Environment = Any
    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: Trace): 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. val bootstrap: ZLayer[ZIOAppArgs, Any, Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  9. val cliApp: CliApp[ZIOAppArgs with Scope, Any, Subcommand]
    Definition Classes
    GitExample → ZIOCli
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  11. val configPath: Options[Path]
  12. val environmentTag: zio.EnvironmentTag[Any]
    Definition Classes
    ZIOAppDefault → ZIOApp
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. final def exit(code: ExitCode)(implicit trace: Trace): UIO[Unit]
    Definition Classes
    ZIOApp
  16. final def getArgs(implicit trace: Trace): ZIO[ZIOAppArgs, Nothing, Chunk[String]]
    Definition Classes
    ZIOApp
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  18. val git: Command[Subcommand]
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  20. def installSignalHandlers(runtime: Runtime[Any])(implicit trace: Trace): UIO[Any]
    Attributes
    protected
    Definition Classes
    ZIOApp
  21. final def invoke(args: Chunk[String])(implicit trace: Trace): ZIO[Any, Any, Any]
    Definition Classes
    ZIOApp
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def main(args0: Array[String]): Unit
    Definition Classes
    ZIOAppPlatformSpecific
  24. val modifiedFlag: Options[Boolean]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  28. val remote: Command[RemoteSubcommand]
  29. val remoteAdd: Command[Add]
  30. val remoteHelp: HelpDoc
  31. val remoteRemove: Command[Remove]
  32. def run: ZIO[ZIOAppArgs with Scope, Any, Any]
    Definition Classes
    ZIOCli → ZIOApp
  33. def runtime: Runtime[Any]
    Definition Classes
    ZIOApp
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. implicit macro def validateEnv[R1, R, E, A](zio: ZIO[R, E, A]): ZIO[R1, E, A]
    Definition Classes
    ZIOAppVersionSpecific
  37. val verboseFlag: Options[Boolean]
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. object Subcommand extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ZIOCliDefault

Inherited from ZIOAppDefault

Inherited from ZIOCli

Inherited from ZIOApp

Inherited from ZIOAppVersionSpecific

Inherited from ZIOAppPlatformSpecific

Inherited from AnyRef

Inherited from Any

Ungrouped