|
|
|
@ -318,10 +318,10 @@ bool PGM_SINGLE_TOP::OnPgmInit() |
|
|
|
#endif
|
|
|
|
|
|
|
|
static const wxCmdLineEntryDesc desc[] = { |
|
|
|
{ wxCMD_LINE_OPTION, "f", "frame", "Frame to load" }, |
|
|
|
{ wxCMD_LINE_OPTION, "f", "frame", "Frame to load", wxCMD_LINE_VAL_STRING, 0 }, |
|
|
|
{ wxCMD_LINE_PARAM, nullptr, nullptr, "File to load", wxCMD_LINE_VAL_STRING, |
|
|
|
wxCMD_LINE_PARAM_MULTIPLE | wxCMD_LINE_PARAM_OPTIONAL }, |
|
|
|
{ wxCMD_LINE_NONE } |
|
|
|
{ wxCMD_LINE_NONE, nullptr, nullptr, nullptr, wxCMD_LINE_VAL_NONE, 0 } |
|
|
|
}; |
|
|
|
|
|
|
|
wxCmdLineParser parser( App().argc, App().argv ); |
|
|
|
|