aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Riehs <tristan.riehs@inria.fr>2026-05-31 19:31:35 +0200
committerTristan Riehs <tristan.riehs@inria.fr>2026-05-31 19:31:35 +0200
commitc3842a41663721414286acbd1395b749fbcc9c99 (patch)
tree85fccd7060b4857c26a726fae9ef1e7acfb53a32
parent7aebefe61c47a4e49512e4ecc42a929ae3236f64 (diff)
Mark where to resumeHEADmaster
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 7997f8f..243b385 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1109,6 +1109,8 @@ int main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
+#error "Resume here, read the config file before doing anything"
+
parse_args(argc-1, argv+1, toplevel_commands, toplevel_command_count);
return EXIT_SUCCESS;
}