@@ -105,7 +105,11 @@ int main(int argc, char **argv)
}elseif(username&&device&&(argc>0)){
fprintf(stderr,"%s: filename with --user and --device is not supported\n",progname);
return(-1);
}elseif(!username||!device){
usage(progname);
}
/*
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.