watson-perl
watson-perl copied to clipboard
change github issue checks to -d instead of issue?key=val [watson]
filename : watson line # : 28 tag : todo md5 : 27fc5ba134c1c514cc8787e6519b8aa3
# [todo] - change github issue checks to -d instead of issue?key=val
# [todo] - add remote / local options and necessary logic
# [todo] - replace open/closed issue var with just all and closed?
###########################################################
# Global parameters
###########################################################
# For testing
#use strict;
#use warnings;
# For color print outs
use Term::ANSIColor qw(:constants);
# Route Ctrl-C to cExit to clean up results
$SIG{'INT'} = \&cExit;