Allow CommandLineParser.parse() instead of .process()
Opened this issue · 0 comments
thepinkmile commented
I have a complicated application that requires many commandline options to be set.
However the first thing I need to start is the HttpServer, which is pulling args directly from QCoreApplication::instance().
Because the httpServer->initialize() uses m_ComandLineParser.process(*app) it fails with "Unknown options: my-custom-parameter".