APOTHEM

Apache Project(s) of the month

#command line articles


Apache Commons CLI

A common task when developing user-facing applications is to parse command line parameters to turn them into runtime options. The task is certainly repetitive and prone to error when it is reimplemented time and again, but another little library from the Apache Commons project makes it definitely an easier and …