@@ -13452,6 +13452,11 @@ main (int argc, char *argv[])
opt_handler_usage(&oh,stderr);
exit(EXIT_FAILURE);
}
if(optind!=argc)
{
opt_handler_usage(&oh,stderr);
exit(EXIT_FAILURE);
}
opt_handler_free(&oh);
// We only need to convert to and from the terminal encoding
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.