argtable3

ANSI C library for parsing GNU-style command-line options

brewmacoslinux
Try with needOr install directly
Source

About

ANSI C library for parsing GNU-style command-line options

Commands

argtable3

Examples

Display argtable3 library version and basic information$ argtable3 --version
View argtable3 help documentation for CLI argument parsing$ argtable3 --help
Link argtable3 library in a C program compilation$ gcc myprogram.c -largtable3 -o myprogram