Represents objects charged with taking a set of option descriptions and producing some help text from them.
Modifier and Type | Method and Description |
---|---|
public String | Returns: text to be used as helpdescriptors for the configured options of a parser options)Produces help text, given a set of option descriptors. |
format | back to summary |
---|---|
public String format(Map<String, ? extends OptionDescriptor> options) Produces help text, given a set of option descriptors.
|