The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ansitable-list-border-styles - List available border styles for Text::ANSITable

VERSION

This document describes version 0.39 of ansitable-list-border-styles (from Perl distribution Text-ANSITable), released on 2015-01-03.

SYNOPSIS

 % ansitable-list-border-styles

Sample output:

 Tip: you can run me with border style name as argument to try it out.
 ┌────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┒
 │ Name                       Summary                                                              box_chars?   utf8? ┃
 │                                                                                                                    ┃
 │ Default::none_ascii        No border                                                                ✕          ✕   ┃
 │ Default::none_boxchar      No border                                                                ✓          ✕   ┃
 │ Default::single_ascii      Single                                                                   ✕          ✕   ┃
 │ Default::single_boxchar    Single                                                                   ✓          ✕   ┃
 │ Default::singleh_ascii     Single, horizontal only                                                  ✕          ✕   ┃
 │ Default::singleh_boxchar   Single, horizontal only                                                  ✓          ✕   ┃
 │ Default::singlei_ascii     Single, inner only (like in psql command-line client)                    ✕          ✕   ┃
 │ Default::singlei_boxchar   Single, inner only (like in psql command-line client)                    ✓          ✕   ┃
 │ Default::singleo_ascii     Single, outer only                                                       ✕          ✕   ┃
 │ Default::singleo_boxchar   Single, outer only                                                       ✓          ✕   ┃
 │ Default::singlev_ascii     Single border, only vertical                                             ✕          ✕   ┃
 │ Default::singlev_boxchar   Single, vertical only                                                    ✓          ✕   ┃
 │ Default::space_ascii       Space as border                                                          ✕          ✕   ┃
 │ Default::space_boxchar     Space as border                                                          ✓          ✕   ┃
 │ Default::spacei_ascii      Space, inner-only                                                        ✕          ✕   ┃
 │ Default::spacei_boxchar    Space, inner-only                                                        ✓          ✕   ┃
 │ Demo::demo_custom_char     Demoes coderef in chars                                                  ✕          ✕   ┃
 │ Default::bold              Bold                                                                     ✕          ✓   ┃
 ├────────────────────────────────────────────────────────────────────────────────────────────────────────────────────┨
 │ Default::brick             Single, bold on bottom right to give illusion of depth                   ✕          ✓   ┃
 │ Default::bricko (*)        Single, outer only, bold on bottom right to give illusion of depth       ✕          ✓   ┃
 │ Default::csingle           Curved single                                                            ✕          ✓   ┃
 │ Default::double            Double                                                                   ✕          ✓   ┃
 │ Default::none_utf8         No border                                                                ✕          ✓   ┃
 │ Default::single_utf8       Single                                                                   ✕          ✓   ┃
 │ Default::singleh_utf8      Single, horizontal only                                                  ✕          ✓   ┃
 │ Default::singlei_utf8      Single, inner only (like in psql command-line client)                    ✕          ✓   ┃
 │ Default::singleo_utf8      Single, outer only                                                       ✕          ✓   ┃
 │ Default::singlev_utf8      Single, vertical only                                                    ✕          ✓   ┃
 │ Default::space_utf8        Space as border                                                          ✕          ✓   ┃
 │ Default::spacei_utf8       Space, inner-only                                                        ✕          ✓   ┃
 │ Extra::dash2               Dash 2                                                                   ✕          ✓   ┃
 │ Extra::dash3               Dash 3                                                                   ✕          ✓   ┃
 │ Extra::hboldh_dsingle      Horizontally-bold for header, single for data                            ✕          ✓   ┃
 │ Extra::hdoubleh_dsingle    Horizontally-double for header, single for data                          ✕          ✓   ┃
 ┕━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛

HOMEPAGE

Please visit the project's homepage at https://metacpan.org/release/Text-ANSITable.

SOURCE

Source repository is at https://github.com/sharyanto/perl-Text-ANSITable.

BUGS

Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Text-ANSITable

When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.

AUTHOR

perlancar <perlancar@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2015 by perlancar@cpan.org.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.