#include <popt.h>

Data Fields | |
| struct poptOption | option |
| int | argc |
| const char ** | argv |
Definition at line 150 of file popt.h.
struct poptOption poptItem_s::option [read] |
alias/exec name(s) and description.
Definition at line 151 of file popt.h.
Referenced by handleAlias(), handleExec(), and poptGetArgs().
| int poptItem_s::argc |
| const char** poptItem_s::argv |
(alias) args, must be free()able.
Definition at line 154 of file popt.h.
Referenced by poptGetArgs().
1.5.5