argtable

v 2.13

ANSI C library for parsing GNU style command line arguments

Argtable is an ANSI C library for parsing GNU style command line arguments, as in foo -abc -o myfile --help --count=7. It enables a program's command line syntax to be defined in the source code as an array of argtable structs. The parsing itself is done using GNU getopt and so is 100% GNU compatible.

http://argtable.sourceforge.net/

To install argtable, paste this in macOS terminal after installing MacPorts

sudo port install argtable

Add to my watchlist

Installations 6
Requested Installations 5