sagun shakya wrote at Donnerstag, 26. März 2009 02:38:
> Hi,
>
> I have an Option created as:
> Option fooOption = OptionBuilder.withDescription("add foo")
> .withLongOpt("add_foo")
> .hasArgs(2)
> .withArgName("foo")
> .withArgName("bar")
> .create("baz");
Because the OptionBuilder builds always only one option at a time.
http://commons.apache.org/cli/usage.html
- Jörg
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]