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