@@ -290,7 +290,7 @@ int main(int argc, char **argv)
case'p':
flags|=PROCESS_ONLY;break;
case'P':
flags|=DEBUG_OUTPUT;break;
flags|=(VERBOSE|DEBUG_OUTPUT);break;
case'f':
if(optarg){
if(strcasecmp(optarg,"black")==0){
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.