42 static void DisplayHelpMessage(
const std::vector<std::pair<std::string, std::string>>& help);
static void DisplayHelpMessage(const std::vector< std::pair< std::string, std::string >> &help)
Display the help message with command line options available.
Definition: MessagePrinter.cpp:30
Definition: MessagePrinter.h:15
static void DisplayError(const std::string &error)
Display an error message to the user during startup.
Definition: MessagePrinter.cpp:25
static void DisplayWarning(const std::string &warning)
Display a warning message to the user during startup.
Definition: MessagePrinter.cpp:20
static void DisplayMessage(const std::string &message)
Display a normal message to the user during startup.
Definition: MessagePrinter.cpp:15