You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use exit instead of return for argument parsing errors
Update error handling in main.c to call exit(EXIT_FAILURE) directly
instead of returning from parse_arg_list when encountering invalid
arguments (such as cache size thresholds or config file errors). This
ensures consistent exit behavior.
0 commit comments