goalc: cleanup goalc's main method and add nrepl listener socket

This commit is contained in:
Tyler Wilding
2022-04-24 00:14:23 -04:00
parent 0d4b5f8df4
commit 57d8226e21
14 changed files with 241 additions and 106 deletions
-1
View File
@@ -335,7 +335,6 @@ int main(int argc, char** argv) {
app.add_flag("-c,--compile", flag_compile, "Compile the game");
app.add_flag("-p,--play", flag_play, "Play the game");
app.validate_positionals();
CLI11_PARSE(app, argc, argv);
fmt::print("Working Directory - {}\n", std::filesystem::current_path().string());