MCPcopy Create free account
hub / github.com/cjcliffe/CubicSDR / OnInitCmdLine

Method OnInitCmdLine

src/CubicSDR.cpp:556–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void CubicSDR::OnInitCmdLine(wxCmdLineParser& parser) {
557 parser.SetDesc (commandLineInfo);
558 parser.SetSwitchChars (wxT("-"));
559}
560
561bool CubicSDR::OnCmdLineParsed(wxCmdLineParser& parser) {
562 auto *confName = new wxString;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected