Remko Popma
Remko Popma
Fixed in ami3 master. FYI: You may be interested in https://stefanbirkner.github.io/system-rules/#SystemErrAndOutRule for asserting on tool's output to system.out/system.err
I don't have privileges to close this ticket, but is there any work still outstanding?
Checkstyle 8.15 will use [picocli](https://github.com/remkop/picocli) instead of Apache Commons CLI, so that problem should go away.
This is the expected behaviour. An alternative to your solution is to use `CommandLine.getParseResult` to get a `ParseResult` object. This object allows you to query whether a subcommand was detected,...
Hi @martinbonnin thanks for raising this. I was not aware of KSP. For kapt, there is not much that picocli actively does, people can just configure picocli's java-based annotation processor...
I am going to close this for now. I don't see myself working on this, and I am not sure that I would accept a contribution that implements the equivalent...
> I think in the future kapt may not be feasible: https://kotlinlang.org/docs/kapt.html > > they're keeping it only in maintenance mode now, an all new functionality is going into ksp....
Hi, sorry for the late response. Can you run your program with tracing set to DEBUG (e.g. use system property `-Dpicocli.trace=DEBUG`) and post the output here please?
Thank you for raising this. It looks like you have found a bug. For the input `A B C -e XX`, the default value should be applied to `setEnv` for...
Fixed in main. Thank you for raising this!