In this article, we'll look into use cases where CLIs are a great idea. We'll also dive into best practises, and discover one of the most used library for CLIs in the JVM world : picoCLI.
cli
A collection of 2 posts
Paginate results in a command line application using picoCLI

In this article, I describe a way to paginate results in picocli applications.