Cleo allows you to create beautiful and testable command-line interfaces.
Create beautiful and testable command-line interfaces. Cleo is mostly a higher level wrapper for CliKit, so a lot of the components and utilities comes from it. Refer to its documentation for more information.
Create beautiful and testable command-line interfaces. Cleo is mostly a higher level wrapper for CliKit, so a lot of the components and utilities comes from it. Refer to its documentation for more information.
To install py310-cleo, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-cleo
To see what files were installed by py310-cleo, run:
port contents py310-cleo
To later upgrade py310-cleo, run:
sudo port selfupdate && sudo port upgrade py310-cleo
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.