You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('-m, --maxissues [total]', 'Specify the max number of issues you want to analyse starting from the most recent. Maxium of 100. [total]', 'total');
var issues = require('./lib/issues');
program
.command('issues <repo>')
.description('Grabs useful information about the repos issues')