caseapp
package caseapp
- Alphabetic
- Public
- Protected
Type Members
- 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
- final class AppVersion extends Annotation with StaticAnnotation
App version for the annotated case class of arguments
- final class ArgsName extends Annotation with StaticAnnotation
Name for the extra arguments of the annotated case class of arguments
- 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
- final class HelpMessage extends Annotation with StaticAnnotation
Help message for the annotated argument
- final class Hidden extends Annotation with StaticAnnotation
Do not include this field / argument in the help message
- final case class Name(name: String) extends Annotation with StaticAnnotation with Product with Serializable
Extra name for the annotated argument
- 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
- 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.
- final class ValueDescription extends Annotation with StaticAnnotation
Description of the value of the annotated argument
Value Members
- object ValueDescription