mirror of
https://github.com/open-goal/jak-project
synced 2026-08-20 14:24:45 -04:00
goalc: cleanup goalc's main method and add nrepl listener socket
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user