#include "ConfigCLI.h" #include "Common.h" #include "ConfigFile.h" #include void ConfigCLI::DisplayCLIHelp() { LOG_INFO("MakeGen conf is used to create, modify and query the makegen.conf file."); LOG_INFO(""); LOG_INFO("Usage: makegen conf [] [--help] "); LOG_INFO(""); LOG_INFO("Generating config files"); LOG_INFO(" gen Prompt the user to enter information to create config"); LOG_INFO(""); LOG_INFO("Modifying config settings"); LOG_INFO(" add Add values to config settings which support multiple arguments"); LOG_INFO(" remove Remove values to config settings which support multiple"); LOG_INFO(" arguments"); LOG_INFO(" set Set value to config settings which support only one argument"); LOG_INFO(""); LOG_INFO("Querying config settings"); LOG_INFO(" get Get value of the config setting"); } void ConfigCLI::DisplayGenHelp() { LOG_INFO("Generate a config file from prompts"); LOG_INFO(""); LOG_INFO("Usage: makegen conf gen