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.
|