summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-17 08:48:38 +0100
committerPaul Buetow (mars.fritz.box) <paul@buetow.org>2014-03-17 08:48:38 +0100
commitac57f08322713d35cb127030c6b1798ded16ffc9 (patch)
tree66474185f2eb1d550b835fbded9ad0069706ed86
parent12b328c59de2baffe578ac45f92360c3d2aeec1b (diff)
yet another colors0.3.4
-rwxr-xr-xsrc/japi6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/japi b/src/japi
index 03a21f6..c44fcfa 100755
--- a/src/japi
+++ b/src/japi
@@ -141,7 +141,7 @@ package Japi::Jira {
my $self = shift;
my $uri = join '/', $self->uribase, $self->apiversion;
- print color 'green' unless $self->nocolor;
+ print color 'bold green' unless $self->nocolor;
say "==> Querying $uri/".$self->query;
print color 'reset' unless $self->nocolor;
@@ -171,9 +171,9 @@ package Japi::Jira {
say "Summary: $f->{summary}";
print color 'reset' unless $self->nocolor;
- print color 'red' unless $self->nocolor;
+ #print color 'blue' unless $self->nocolor;
say "URL: $webase$_->{key}";
- print color 'reset' unless $self->nocolor;
+ #print color 'reset' unless $self->nocolor;
} sort {
$a->{fields}{created} cmp $b->{fields}{created};