| 554 | } |
| 555 | |
| 556 | void CubicSDR::OnInitCmdLine(wxCmdLineParser& parser) { |
| 557 | parser.SetDesc (commandLineInfo); |
| 558 | parser.SetSwitchChars (wxT("-")); |
| 559 | } |
| 560 | |
| 561 | bool CubicSDR::OnCmdLineParsed(wxCmdLineParser& parser) { |
| 562 | auto *confName = new wxString; |
nothing calls this directly
no outgoing calls
no test coverage detected