caseapp

package caseapp

Visibility
  1. Public
  2. All

Type Members

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

    Name for the annotated case class of arguments E.

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

    App version for the annotated case class of arguments

  3. 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. 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.

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

    Help message for the annotated argument

  6. class Hidden extends Annotation with StaticAnnotation

    Do not include this field / argument in the help message

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

    Extra name for the annotated argument

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

    Program name for the annotated case class of arguments E.

  9. class Recurse extends Annotation with StaticAnnotation

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

    Description of the value of the annotated argument

Ungrouped