mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-13 02:11:30 +00:00
Adjust newline in handler
This commit is contained in:
parent
4fa14e44aa
commit
af80b51bd3
@ -96,7 +96,7 @@ namespace EQEmuCommand {
|
|||||||
"\nCommand" <<
|
"\nCommand" <<
|
||||||
termcolor::reset << "\n\n" <<
|
termcolor::reset << "\n\n" <<
|
||||||
termcolor::green << argv[1] << arguments_string << termcolor::reset << "\n" <<
|
termcolor::green << argv[1] << arguments_string << termcolor::reset << "\n" <<
|
||||||
termcolor::yellow << (!options_string.empty() ? "\nOptions\n\n" : "") <<
|
termcolor::yellow << (!options_string.empty() ? "\nOptions\n" : "") <<
|
||||||
termcolor::reset << termcolor::cyan << options_string << termcolor::reset;
|
termcolor::reset << termcolor::cyan << options_string << termcolor::reset;
|
||||||
|
|
||||||
std::cout << command_string.str() << std::endl;
|
std::cout << command_string.str() << std::endl;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user