Package

caseapp

Permalink

package caseapp

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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

    Permalink

    App version for the annotated case class of arguments

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

    Permalink

    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

    Permalink

    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

    Permalink

    Help message for the annotated argument

  6. class Hidden extends Annotation with StaticAnnotation

    Permalink

    Do not include this field / argument in the help message

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

    Permalink

    Extra name for the annotated argument

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

    Permalink

    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

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

    Permalink

    Description of the value of the annotated argument

Ungrouped