aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}