diff options
| author | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-17 08:45:20 +0100 |
|---|---|---|
| committer | Paul Buetow (mars.fritz.box) <paul@buetow.org> | 2014-03-17 08:45:20 +0100 |
| commit | cb3712dc463921ef70b52e26f707115767dda82a (patch) | |
| tree | d246f3cd1012d00a13d561590796f5613a0f2a52 | |
| parent | 9eff97fb03ec971748239ec3a9c93146addef664 (diff) | |
update colors0.3.2
| -rwxr-xr-x | src/japi | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -141,7 +141,7 @@ package Japi::Jira { my $self = shift; my $uri = join '/', $self->uribase, $self->apiversion; - print color 'blue' unless $self->nocolor; + print color 'green' unless $self->nocolor; say "==> Querying $uri/".$self->query; print color 'reset' unless $self->nocolor; @@ -160,7 +160,7 @@ package Japi::Jira { my $f = $_->{fields}; my $r = $f->{reporter}; - print color 'green' unless $self->nocolor; + print color 'blue' unless $self->nocolor; printf "(%02d) Created: %s; Reporter: %s\n", ++$counter, $self->created_str($f->{created}), @@ -171,7 +171,7 @@ package Japi::Jira { say "Summary: $f->{summary}"; print color 'reset' unless $self->nocolor; - print color 'blue' unless $self->nocolor; + print color 'red' unless $self->nocolor; say "URL: $webase$_->{key}"; print color 'reset' unless $self->nocolor; |
