std::println("No arguments provided, use --help for help");
}
std::stringfilename="project.json";
std::stringconfiguration;
std::stringoutputDir;
for(std::uint_fast32_ti=1;i<argc;i++){
std::stringarg=std::string(argv[i]);
if(arg=="--help"){
std::println("--help\tDisplays this help message.\n-c The name of the configuration to build.\n-p\nThe name of the project file.\n-o Overrides the output folder.\n");