// then display the help screen and exit the program.
if(options['help']||options['zip']===undefined){
console.log(getUsage(usageDefinition));
process.exit();
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.