p

caseapp

package caseapp

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

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

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

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

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

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

  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