#pragma once #include enum class LAUNCH_MODE { HELP, INSTALL, UNINSTALL, LIST, RUN }; LAUNCH_MODE launch_mode(const char* str); bool home_directory(std::string& str);