Or, what if you slice up the argument list before passing to picocli?
(Although I probably just wouldn't use it, instead of working around its
limitations.)
On Mon, Jan 3, 2022 at 11:28 AM Daniel Dekany
wrote:
> I think we should first decide how the CLI will be the easiest to
> understand for u
I think we should first decide how the CLI will be the easiest to
understand for users, regardless of current implementation
details. Actually, most of the code shouldn't assume CLI at all, like many
need to do basically the same things via Maven. (In Maven you use XML to
define the job, which is m
Hi Daniel,
Sorry for the long delay but I was quite busy with some CVEs.
I'm not getting all the points of your suggestions, please see my inline
comments below
Thanks in advance,
Siegfried Goeschl
> On 12.12.2021, at 13:17, Daniel Dekany wrote:
>
> I did not forget about checking out fr