mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
FairMQ: Move static and interactive control modes to plugin
NOT YET FINISHED
This commit is contained in:
committed by
Mohammad Al-Turany
parent
2af3ae99eb
commit
10f67e4c72
@@ -17,6 +17,7 @@
|
||||
#include "FairMQParser.h"
|
||||
#include "FairMQSuboptParser.h"
|
||||
#include "FairMQLogger.h"
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
|
||||
@@ -294,7 +295,7 @@ int FairMQProgOptions::NotifySwitchOption()
|
||||
{
|
||||
if (fVarMap.count("help"))
|
||||
{
|
||||
LOG(INFO) << fHelpTitle << "\n" << fVisibleOptions;
|
||||
std::cout << fHelpTitle << std::endl << fVisibleOptions;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user