App-ANSIColorUtils

 view release on metacpan or  search on metacpan

script/show-colors  view on Meta::CPAN

#!perl

# Note: This script is a CLI for Riap function /App/ANSIColorUtils/show_colors
# and generated automatically using Perinci::CmdLine::Gen version 0.502

use 5.010001;
use strict;
use warnings;

use Perinci::CmdLine::Classic;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2025-03-18'; # DATE
our $DIST = 'App-ANSIColorUtils'; # DIST
our $VERSION = '0.011'; # VERSION

my $cmdline = Perinci::CmdLine::Classic->new(
    url => "/App/ANSIColorUtils/show_colors",
    program_name => "show-colors",
    read_config => 0,
    read_env => 0,
    use_utf8 => 1,
);

$cmdline->run;

# ABSTRACT: Show colors specified in argument as text with ANSI colors
# PODNAME: show-colors

__END__

=pod

=encoding UTF-8

=head1 NAME

show-colors - Show colors specified in argument as text with ANSI colors

=head1 VERSION

This document describes version 0.011 of show-colors (from Perl distribution App-ANSIColorUtils), released on 2025-03-18.

=head1 SYNOPSIS

B<show-colors> B<L<--help|/"--help, -h, -?">> (or B<L<-h|/"--help, -h, -?">>, B<L<-?|/"--help, -h, -?">>)

B<show-colors> B<L<--version|/"--version, -v">> (or B<L<-v|/"--version, -v">>)

B<show-colors> [(B<L<--color|/"--colors-json=s">>=I<str>)+|B<L<--colors-json|/"--colors-json=s">>=I<json>] [B<L<--format-options|/"--format-options=s">>=I<s>] [B<L<--format|/"--format=s">>=I<name>|B<L<--json|/"--json">>] [B<L<--(no)naked-res|/"--nake...

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=item B<--color>=I<s@>*

(No description)


Can also be specified as the 1st command-line argument and onwards.

Can be specified multiple times.

=item B<--colors-json>=I<s>

See C<--color>.

Can also be specified as the 1st command-line argument and onwards.

=back

=head2 Output options

=over

=item B<--format-options>=I<s>



( run in 0.441 second using v1.01-cache-2.11-cpan-39bf76dae61 )