A high-level IO library. that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
A high-level IO library. that provides validation, type conversion, and more for command-line interfaces. HighLine also includes a complete menu system that can crank out anything from simple list selection to complete shells with just minutes of work.
To install rb31-highline, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb31-highline
To see what files were installed by rb31-highline, run:
port contents rb31-highline
To later upgrade rb31-highline, run:
sudo port selfupdate && sudo port upgrade rb31-highline
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.