OGS
TCLAPArguments.h
Go to the documentation of this file.
1
9#pragma once
10
11#include <tclap/CmdLine.h>
12
13#include <string>
14
15namespace BaseLib
16{
17
18TCLAP::ValueArg<std::string> makeLogLevelArg();
19
20} // namespace BaseLib
TCLAP::ValueArg< std::string > makeLogLevelArg()