#pragma once enum class LAUNCH_MODE { HELP, INSTALL, UNINSTALL, LIST, RUN }; LAUNCH_MODE launch_mode(const char* str);