168
173
// get and process command line
172
177
static const wxCmdLineEntryDesc cmdLineDesc[] = {
173
178
{wxCMD_LINE_SWITCH, _T("v"), _T("verbose"), _T("be verbose") },
174
179
{wxCMD_LINE_SWITCH, _T("c"), NULL, _T("Command mode: GUI not activated") },