Package com.github.rjeschke.txtmark.cmd
Annotation Type CmdArgument
-
@Retention(RUNTIME) @Target(FIELD) @interface CmdArgumentAnnotation for command line parsing. This is a copy from {@link https://github.com/rjeschke/neetutils-base}.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleancatchAllSet totrueto set this as a catch-all argument.java.lang.StringdescA description for this argument.booleanisSwitchSet totrueif this is a switch.java.lang.StringlLong name for argument.charlistSepList item separator.java.lang.Class<?>listTypeClass for List-type arguments.booleanprintDefaultSet tofalseto disable automatic default value printing for this argument.booleanrequiredSet totrueif this is a required argument.charsShort name (character) for argument.
-