Packages

p

caseapp

package caseapp

Type Members

  1. final case class AppName(appName: String) extends Annotation with StaticAnnotation with Product with Serializable

    Name for the annotated case class of arguments E.g.

    Name for the annotated case class of arguments E.g. MyApp

  2. final case class AppVersion(appVersion: String) extends Annotation with StaticAnnotation with Product with Serializable

    App version for the annotated case class of arguments

  3. final case class ArgsName(argsName: String) extends Annotation with StaticAnnotation with Product with Serializable

    Name for the extra arguments of the annotated case class of arguments

  4. final case class CommandName(commandName: String) extends Annotation with StaticAnnotation with Product with Serializable

    Set the command name of the annotated case class of arguments E.g.

    Set the command name of the annotated case class of arguments E.g. my-app

  5. final case class HelpMessage(message: String) extends Annotation with StaticAnnotation with Product with Serializable

    Help message for the annotated argument

  6. final class Hidden extends Annotation with StaticAnnotation

    Do not include this field / argument in the help message

  7. final case class Name(name: String) extends Annotation with StaticAnnotation with Product with Serializable

    Extra name for the annotated argument

  8. final case class ProgName(progName: String) extends Annotation with StaticAnnotation with Product with Serializable

    Program name for the annotated case class of arguments E.g.

    Program name for the annotated case class of arguments E.g. my-app

  9. final class Recurse extends Annotation with StaticAnnotation
  10. final case class ValueDescription(description: String) extends Annotation with StaticAnnotation with Product with Serializable

    Description of the value of the annotated argument

Ungrouped