QttpServer
QttpServer copied to clipboard
Allow CommandLineParser.parse() instead of .process()
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".