OGS
CommandLineArgumentParser.h
Go to the documentation of this file.
1
13#include <string>
14#include <vector>
15
16#pragma once
17
19{
20 std::string reference_path;
21 std::string project;
22 std::vector<std::string> xml_patch_file_names;
23 std::string outdir;
24 std::string mesh_dir;
25 std::string script_dir;
26 std::string log_level;
30#ifndef _WIN32
32#endif // _WIN32
33};
34
36 int argc, char* argv[], bool const exit_on_exception = true);
CommandLineArguments parseCommandLineArguments(int argc, char *argv[], bool const exit_on_exception=true)
std::vector< std::string > xml_patch_file_names