mk_args_createfunction
mk_args_t * mk_args_create(const char *name, const char *description)Create a new argument parser.
| Parameter | Type | Description |
|---|---|---|
name | const char * | Application name (shown in help) |
description | const char * | Brief description of the application |
Returns New parser instance, or NULL on failure