Module com.github.rvesse.airline
Annotation Interface RequiredOnlyIf
An annotation that indicates that an option/arguments is required only if
some other option/options are present
-
Optional Element Summary
Optional Elements
-
Element Details
-
names
String[] namesThe name(s) of the other option(s) that must be present for this to be a required option- Returns:
- Names
- Default:
{}
-