Implement database dump service

This commit is contained in:
Chris Miles
2020-03-09 03:00:07 -05:00
parent 1577f2823b
commit 8d252dfd9a
11 changed files with 243 additions and 272 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ namespace EQEmuCommand {
"\nCommand" <<
termcolor::reset << "\n\n" <<
termcolor::green << argv[1] << arguments_string << termcolor::reset << "\n" <<
termcolor::yellow << (!options_string.empty() ? "\nOptions\n" : "") <<
termcolor::yellow << (!options_string.empty() ? "\nOptions\n\n" : "") <<
termcolor::reset << termcolor::cyan << options_string << termcolor::reset;
std::cout << command_string.str() << std::endl;