Picocli framework with JBang CLI
Picocli is a one-file framework for creating Java command line applications.
This blog will just demonstrate the usage of Picocli framework with Jbang, for more info refer the picocli documentation.
In this blog dem...