Consider the following options scenario:
Option.builder("1").longOpt("one").hasArgs().build()
Option.builder("2").longOpt("two").hasArg().required().build()
with the following args:
String[] args = {"--one","arg1","-2","arg2"}
It should consider -2 as an argument or an option? Because, the option
On Tue, 14 Nov 2023 at 13:17, Alex Remily wrote:
>
> That's fantastic. I read that there were big API changes with the move to
> OpenSSL 3, but maybe those changes were not in the functionality that
> commons crypto exposes. Have you merged into master yet? I look forward
> to playing around wi
That's fantastic. I read that there were big API changes with the move to
OpenSSL 3, but maybe those changes were not in the functionality that
commons crypto exposes. Have you merged into master yet? I look forward
to playing around with it.
Alex
On Wed, Nov 8, 2023 at 7:12 PM sebb wrote:
>