#include <functional>
#include <iostream>
#include <unordered_map>
#include "Server/ArgsHandler.hpp"
#include "Server/Generated/Version.hpp"
#include "Utils/Logger.hpp"
Go to the source code of this file.
◆ APP_EXTENSION
◆ HELP_MESSAGE
std::string_view HELP_MESSAGE |
|
staticconstexpr |
Initial value:
"Options:\n"
"\t--help, -h Show this help message\n"
"\t--version, -v Show version information\n"
"\t--config, -c Specify path to config file\n"
Definition at line 16 of file argsHandler.cpp.
◆ VERSION_MESSAGE
std::string_view VERSION_MESSAGE |
|
staticconstexpr |