ANSI C library for parsing GNU-style command-line options
ANSI C library for parsing GNU-style command-line options
argtable$ #include <argtable3.h>
// Use argtable functions in your C code to define and parse CLI options$ gcc myprogram.c -o myprogram -largtable3$ struct arg_lit *help = arg_lit0("h", "help", "display help");
arg_parse(argc, argv, argtable);