App-GitGot
view release on metacpan or search on metacpan
bin/git-got view on Meta::CPAN
Skip all repositories that have the given tag. May be given multiple
times. Multiple args are (effectively) 'or'-ed together. May be combined with
-t to select all repos with the -t tag except for those with the -T tag.
=item * C<--no-color / -C>
Suppress colored output
=item * C<--color-scheme / -c>
Specify a color scheme. Defaults to 'dark'. People using light backgrounds may
want to specify "-c light".
The name given to the option indicates a library to load. By default this
library is assumed to be in the 'App::GitGot::Outputter::' namespace; the
given scheme name will be appended to that namespace. You can load something
from a different namespace by prefacing a '+'. (E.g., '-C +GitGot::pink' will
attempt to load 'GitGot::pink'.)
If the requested module can't be loaded, the command will exit.
Skip all repositories that have the given tag. May be given multiple
times. Multiple args are (effectively) 'or'-ed together. May be combined with
-t to select all repos with the -t tag except for those with the -T tag.
=item * C<--no-color / -C>
Suppress colored output
=item * C<--color-scheme / -c>
Specify a color scheme. Defaults to 'dark'. People using light backgrounds may
want to specify "-c light".
The name given to the option indicates a library to load. By default this
library is assumed to be in the 'App::GitGot::Outputter::' namespace; the
given scheme name will be appended to that namespace. You can load something
from a different namespace by prefacing a '+'. (E.g., '-C +GitGot::pink' will
attempt to load 'GitGot::pink'.)
If the requested module can't be loaded, the command will exit.
lib/App/GitGot/Outputter/dark.pm view on Meta::CPAN
package App::GitGot::Outputter::dark;
our $AUTHORITY = 'cpan:GENEHACK';
$App::GitGot::Outputter::dark::VERSION = '1.339';
# ABSTRACT: Color scheme appropriate for dark terminal backgrounds
use 5.014;
use Types::Standard -types;
use App::GitGot::Types;
use Moo;
extends 'App::GitGot::Outputter';
use namespace::autoclean;
lib/App/GitGot/Outputter/dark.pm view on Meta::CPAN
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
App::GitGot::Outputter::dark - Color scheme appropriate for dark terminal backgrounds
=head1 VERSION
version 1.339
=for Pod::Coverage color_error color_major_change color_minor_change color_warning
=head1 AUTHOR
John SJ Anderson <john@genehack.org>
lib/App/GitGot/Outputter/light.pm view on Meta::CPAN
package App::GitGot::Outputter::light;
our $AUTHORITY = 'cpan:GENEHACK';
$App::GitGot::Outputter::light::VERSION = '1.339';
# ABSTRACT: Color scheme appropriate for dark terminal backgrounds
use 5.014;
use Types::Standard -types;
use App::GitGot::Types;
use Moo;
extends 'App::GitGot::Outputter';
use namespace::autoclean;
lib/App/GitGot/Outputter/light.pm view on Meta::CPAN
1;
__END__
=pod
=encoding UTF-8
=head1 NAME
App::GitGot::Outputter::light - Color scheme appropriate for dark terminal backgrounds
=head1 VERSION
version 1.339
=for Pod::Coverage color_error color_major_change color_minor_change color_warning
=head1 AUTHOR
John SJ Anderson <john@genehack.org>
( run in 0.950 second using v1.01-cache-2.11-cpan-d8267643d1d )