caseapp
package
caseapp
Type Members
-
type
@@[T, Tag] = AnyRef { type Tag = shapeless.newtype.NewtypeTag[T,Tag] }
-
trait
App extends ArgsApp with DelayedInit
-
case class
AppName(appName: String) extends Annotation with StaticAnnotation with Product with Serializable
-
abstract
class
AppOf[T <: ArgsApp] extends AnyRef
-
case class
AppVersion(appVersion: String) extends Annotation with StaticAnnotation with Product with Serializable
-
case class
ArgsName(argsName: String) extends Annotation with StaticAnnotation with Product with Serializable
-
sealed
trait
Counter extends AnyRef
-
type
ExtraName = Name
-
case class
HelpMessage(message: String) extends Annotation with StaticAnnotation with Product with Serializable
-
case class
Name(name: String) extends Annotation with StaticAnnotation with Product with Serializable
-
case class
ProgName(progName: String) extends Annotation with StaticAnnotation with Product with Serializable
-
case class
ValueDescription(description: String) extends Annotation with StaticAnnotation with Product with Serializable
Inherited from AnyRef
Inherited from Any