mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
Let ParseAll exit if unsuccessfull
This commit is contained in:
committed by
Mohammad Al-Turany
parent
31456e71ff
commit
28aa5e4caa
@@ -36,7 +36,7 @@ class FairMQProgOptions : public FairProgOptions
|
||||
|
||||
// parse command line and txt/INI configuration file.
|
||||
// default parser for the mq-configuration file (JSON/XML) is called if command line key mq-config is called
|
||||
virtual int ParseAll(const int argc, char** argv, bool allowUnregistered = false);
|
||||
virtual void ParseAll(const int argc, char** argv, bool allowUnregistered = false);
|
||||
|
||||
// external parser, store function
|
||||
template <typename T, typename ...Args>
|
||||
|
Reference in New Issue
Block a user