src/command_arguments.hpp
browsing at commit = 00e56f23f501c051f45168ad114cbcbf1f4c79cf
#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 */