LFX Mentorship 2023
|
ParseData Struct. More...
#include <argparse.h>
Public Attributes | |
Option ** | opt |
Option * | remain_arg |
int | opt_len |
ParseData Struct.
opt | is a Option pointer array. |
remain_arg | is a Option pointer. It contains arguments not belong to any option. |
opt_len | is the length of opt |