@cwensel we recently used #picocli and I can't recommend it enough!
@overheadhunter yeah it’s my favorite also.
Got another recommendation of micronaut + picocli.
@cwensel yup just saw that. Not sure what micronaut adds that picocli doesn’t cover from your requirements, though.
Make sure to give the tab autocompletion feature a try btw 😍
@cwensel we used picocli with graalvm's native-image without any problem. If you need an example project, here you go:
https://github.com/cryptomator/hub-cli
All native image related stuff is either in the pom.xml or github actions yml.