kotlin Building Command Line Interfaces with Kotlin using picoCLI 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.
java Paginate results in a command line application using picoCLI In this article, I describe a way to paginate results in picocli applications.