Packages

c

caseapp.cats

IOCommandApp

abstract class IOCommandApp[T] extends IOCommandAppWithPreCommand[None.type, T]

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOCommandApp
  2. IOCommandAppWithPreCommand
  3. IOApp
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOCommandApp()(implicit commandParser: core.commandparser.CommandParser[T], commandsMessages: CommandsHelp[T])

Abstract Value Members

  1. abstract def run(options: T, remainingArgs: core.RemainingArgs): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def appName: String
    Definition Classes
    IOCommandAppWithPreCommand
  5. def appVersion: String
    Definition Classes
    IOCommandAppWithPreCommand
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def beforeCommand(options: None.type, remainingArgs: Seq[String]): IO[Option[ExitCode]]

    Override to support conditional early exit, suppressing a run.

    Override to support conditional early exit, suppressing a run.

    options

    parsed options

    remainingArgs

    extra arguments

    returns

    exit code for early exit, none to call run

    Definition Classes
    IOCommandAppIOCommandAppWithPreCommand
  8. lazy val beforeCommandMessages: Help[None.type]
    Definition Classes
    IOCommandAppWithPreCommand
  9. implicit val beforeCommandParser: core.parser.Parser[None.type]
    Definition Classes
    IOCommandAppWithPreCommand
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  11. def commandHelpAsked(command: Seq[String]): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand
  12. implicit val commandParser: core.commandparser.CommandParser[T]
    Definition Classes
    IOCommandAppWithPreCommand
  13. def commandUsageAsked(command: Seq[String]): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand
  14. lazy val commands: Seq[Seq[String]]
    Definition Classes
    IOCommandAppWithPreCommand
  15. implicit val commandsMessages: CommandsHelp[T]
    Definition Classes
    IOCommandAppWithPreCommand
  16. implicit def contextShift: ContextShift[IO]
    Attributes
    protected
    Definition Classes
    IOApp
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def error(message: Error): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand
  20. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def helpAsked(): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def main(args: Array[String]): Unit
    Definition Classes
    IOApp
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def println(x: String): IO[Unit]
    Definition Classes
    IOCommandAppWithPreCommand
  29. def progName: String
    Definition Classes
    IOCommandAppWithPreCommand
  30. def run(args: List[String]): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand → IOApp
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. implicit def timer: Timer[IO]
    Attributes
    protected
    Definition Classes
    IOApp
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. def usageAsked(): IO[ExitCode]
    Definition Classes
    IOCommandAppWithPreCommand
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from IOCommandAppWithPreCommand[None.type, T]

Inherited from IOApp

Inherited from AnyRef

Inherited from Any

Ungrouped