diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-05-31 19:31:35 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-05-31 19:31:35 +0200 |
| commit | c3842a41663721414286acbd1395b749fbcc9c99 (patch) | |
| tree | 85fccd7060b4857c26a726fae9ef1e7acfb53a32 | |
| parent | 7aebefe61c47a4e49512e4ecc42a929ae3236f64 (diff) | |
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; } |
