Much ❤️ for @almiray on his comments on what been missing in Java in latest The Marco Show
#jbang #tamboui #picocli #jreleaser
https://www.youtube.com/watch?v=Jts62hWkRO8&t=3048s
Much ❤️ for @almiray on his comments on what been missing in Java in latest The Marco Show
#jbang #tamboui #picocli #jreleaser
https://www.youtube.com/watch?v=Jts62hWkRO8&t=3048s
Apache Cassandra and picocli
Check out this patch!
494 files, +14945 -4062 lines, changed
nodetool has transitioned to Picocli, giving shell autocompletion, man page generation, and an important step towards the CQL-based Management API.
issues.apache.org/jira/browse/...
Thanks 🧑💻 Remko Popma for the fantastic tech #Picocli
Pretty command line apps with added JBang. See ConsoleUI and AsciiTable in action #java #jbang #picocli robintegg.com/2025/04/01/p...
In order to speed up the development I decided do a separate library with a CLI and for that I use #picocli, a simple yet powerful framework for creating #java command line applications. picocli.info
yeah so today i fixed a CLI tool that was shit because it was trying to bend Spring into doing decent command line argument processing. Which it can't. I integrated #PicoCLI and now it's actually maintainable and considerably more usable. Oh yeah and the fool who wrote that original thing was me.