caseapp

package caseapp

caseapp root package

Simply importing things directly under this package should make it possible not to have to import things from caseapp.core.

Attributes

Members list

Concise view

Type members

Classlikes

final case class @@[T, Tag](value: T) extends AnyVal

Attributes

Graph
Supertypes
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
object Tag

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Tag.type

Types

type CaseApp[T] = CaseApp[T]
type Command[T] = Command[T]
type Help[T] = Help[T]
type Last[T] = Last[T]
type Parser[T] = Parser[T]
type Tag = Tag

Value members

Concrete fields

val CaseApp: CaseApp.type
val ExtraName: Name.type
val Help: Help.type
val Last: Last.type
val Parser: Parser.type
val RemainingArgs: RemainingArgs.type