「🏗️」 wip: added the print message
This commit is contained in:
@ -10,7 +10,9 @@ int main(int ac, char **av) {
|
||||
args_t args;
|
||||
if (ac > 1) {
|
||||
int ret = opt_parse(av, &args);
|
||||
if (ret != EXIT_SUCCESS)
|
||||
if (ret == -1)
|
||||
return EXIT_SUCCESS;
|
||||
else if (ret != EXIT_SUCCESS)
|
||||
return ret;
|
||||
else
|
||||
return EXIT_SUCCESS;
|
||||
|
Reference in New Issue
Block a user