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