Class OptionUtils
java.lang.Object
gov.nist.secauto.metaschema.cli.processor.OptionUtils
A collection of utilities for handling command line options.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toArgument
(org.apache.commons.cli.Option option) Generate the argument text for the given option.
-
Method Details
-
toArgument
Generate the argument text for the given option.- Parameters:
option
- the CLI option- Returns:
- the argument text
-