QttpServer icon indicating copy to clipboard operation
QttpServer copied to clipboard

Allow CommandLineParser.parse() instead of .process()

Open thepinkmile opened this issue 8 years ago • 0 comments

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".

thepinkmile avatar Sep 15 '17 15:09 thepinkmile