gaa simplifies the life of the programmer: you do NOT have to worry about the arguments given to it! A short text written in GAA language generates C-code which analyses the arguments and creates your program's help.
gaa simplifies the life of the programmer: you do NOT have to worry about the arguments given to it! A short text written in GAA language generates C-code which analyses the arguments and creates your program's help.
To install gaa, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gaa
To see what files were installed by gaa, run:
port contents gaa
To later upgrade gaa, run:
sudo port selfupdate && sudo port upgrade gaa
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.