Declaratively Expressed Command-Line Arguments via RegExp
Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. It supports many options not supported by optparser or getoptlong as well as it has a simpler syntax.
Getopt::Declare is yet another command-line argument parser, one which is specifically designed to be powerful but exceptionally easy to use. It supports many options not supported by optparser or getoptlong as well as it has a simpler syntax.
To install rb-getopt-declare, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-getopt-declare
To see what files were installed by rb-getopt-declare, run:
port contents rb-getopt-declare
To later upgrade rb-getopt-declare, run:
sudo port selfupdate && sudo port upgrade rb-getopt-declare
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.