std::println("No configuration provided, use --help for help");
}elseif(argc==2){
if(std::string(argv[1])=="--help"){
std::println("<configuration> to build this configuration with the defualt project filename \"project.json\"\n<configuration> <project> to build this configuration with the specified project filename\nhelp displays this help message");