The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.
The Jakarta Commons CLI library provides an API for processing command line interfaces. It was formed by the merger of ideas and code from three different libraries - Werken, Avalon and Optz.
To install commons-cli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install commons-cli
To see what files were installed by commons-cli, run:
port contents commons-cli
To later upgrade commons-cli, run:
sudo port selfupdate && sudo port upgrade commons-cli
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.