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