diff options
| -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; } |
