const zarray_t * getopt_get_extra_args(getopt_t *gopt)
getopt_t * getopt_create()
const char * getopt_get_string(getopt_t *gopt, const char *lname)
void getopt_add_int(getopt_t *gopt, char sopt, const char *lname, const char *def, const char *help)
int getopt_get_int(getopt_t *getopt, const char *lname)
char * getopt_get_usage(getopt_t *gopt)
int getopt_was_specified(getopt_t *gopt, const char *lname)
void getopt_do_usage(getopt_t *gopt)
double getopt_get_double(getopt_t *getopt, const char *lname)
void getopt_add_double(getopt_t *gopt, char sopt, const char *lname, const char *def, const char *help)
int getopt_parse(getopt_t *gopt, int argc, char *argv[], int showErrors)
void getopt_add_string(getopt_t *gopt, char sopt, const char *lname, const char *def, const char *help)
void getopt_add_bool(getopt_t *gopt, char sopt, const char *lname, int def, const char *help)
void getopt_add_spacer(getopt_t *gopt, const char *s)
int getopt_get_bool(getopt_t *getopt, const char *lname)
void getopt_destroy(getopt_t *gopt)