(22 lines)
1 // Command line argument parsing16 } cli_arg_t;18 void tomo_parse_args(int argc, char *argv[], Text_t usage, Text_t help, const char *version, int spec_len,21 bool pop_cli_flag(List_t *args, char short_flag, const char *flag, void *dest, const TypeInfo_t *type);22 bool pop_cli_positional(List_t *args, const char *flag, void *dest, const TypeInfo_t *type, bool allow_dashes);