Package | Description |
---|---|
org.apache.commons.cli |
Apache Commons CLI provides a simple API for presenting, processing and validating a Command Line Interface.
|
Modifier and Type | Method and Description |
---|---|
CommandLine.Builder |
CommandLine.Builder.addArg(java.lang.String arg)
Add left-over unrecognized option/argument.
|
CommandLine.Builder |
CommandLine.Builder.addOption(Option opt)
Add an option to the command line.
|