Packages

p

caseapp

package caseapp

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. final class AppName extends Annotation with StaticAnnotation

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

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

  2. final class AppVersion extends Annotation with StaticAnnotation

    App version for the annotated case class of arguments

  3. final class ArgsName extends Annotation with StaticAnnotation

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

  4. final class CommandName extends Annotation with StaticAnnotation

    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 class HelpMessage extends Annotation with StaticAnnotation

    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 class ProgName extends Annotation with StaticAnnotation

    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

    Don't parse the annotated field as a single argument.

    Don't parse the annotated field as a single argument. Recurse on its fields instead.

  10. final class ValueDescription extends Annotation with StaticAnnotation

    Description of the value of the annotated argument

Value Members

  1. object ValueDescription

Ungrouped