Package com.linkedin.alpini.cli
Annotation Type CLIArgument
-
@Target(FIELD) @Retention(RUNTIME) public @interface CLIArgumentAnnotation for a command line option with an argument, like "--file". - See Also:
CLIArgumentParser
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringdescriptionA short sentence description of the option.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringargumentNameArgument name.java.lang.StringdefaultValueDefault value for the option.java.lang.StringlongOptLong name for the option.booleanoptionalSet to true if the default action is inaction.charshortOptShort name for the option.
-