src/command_arguments.hpp
browsing at commit = b6933188e790a368553ee1cd8c72dd096bc445d8
#ifndef COMMAND_ARGUMENTS_HPP
#define COMMAND_ARGUMENTS_HPP
struct CommandArguments {
std::string connectstring = "mysql:database=testschema;user=testuser;password=password";
std::string output_dir = "output";
};
#endif /* COMMAND_ARGUMENTS_HPP */