Re: freemarker-generator: OutputGeneratorDefinition and all related

2022-01-03 Thread Daniel Dekany
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

Re: freemarker-generator: OutputGeneratorDefinition and all related

2022-01-03 Thread Daniel Dekany
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

Re: freemarker-generator: OutputGeneratorDefinition and all related

2022-01-02 Thread Siegfried Goeschl
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