Creates new {@link Argument} object and adds to this parser and returnsthe object.
The {@code nameOrFlags} is either a single name of positional argument ora list of option strings for optional argument, e.g. {@code foo} or{@code -f, --foo}.
@param nameOrFlags A name or a list of option strings of new {@link Argument}. @return {@link Argument} object.
|
|
|
|
|
|