App-BorderStyleUtils
view release on metacpan or search on metacpan
NAME
App::BorderStyleUtils - CLI utilities related to border styles
VERSION
This document describes version 0.015 of App::BorderStyleUtils (from
Perl distribution App-BorderStyleUtils), released on 2022-01-27.
DESCRIPTION
This distribution contains the following CLI utilities:
* list-border-style-modules
* show-border-style
FUNCTIONS
list_border_style_modules
Usage:
list_border_style_modules(%args) -> [$status_code, $reason, $payload, \%result_meta]
List BorderStyle modules.
Examples:
* List style names:
list_border_style_modules();
Result:
[
200,
"OK",
[
"ASCII::None",
"ASCII::SingleLine",
"ASCII::SingleLineDoubleAfterHeader",
"ASCII::SingleLineHorizontalOnly",
"ASCII::SingleLineInnerOnly",
"ASCII::SingleLineOuterOnly",
"ASCII::SingleLineVerticalOnly",
"ASCII::Space",
"ASCII::SpaceInnerOnly",
"BoxChar::None",
"BoxChar::SingleLine",
"BoxChar::SingleLineHorizontalOnly",
"BoxChar::SingleLineInnerOnly",
"BoxChar::SingleLineOuterOnly",
"BoxChar::SingleLineVerticalOnly",
"BoxChar::Space",
"BoxChar::SpaceInnerOnly",
"Test::CustomChar",
"Test::Labeled",
"Test::Random",
"Text::ANSITable::OldCompat::Default::bold",
"Text::ANSITable::OldCompat::Default::brick",
"Text::ANSITable::OldCompat::Default::bricko",
"Text::ANSITable::OldCompat::Default::csingle",
"Text::ANSITable::OldCompat::Default::double",
"Text::ANSITable::OldCompat::Default::none_ascii",
"Text::ANSITable::OldCompat::Default::none_boxchar",
"Text::ANSITable::OldCompat::Default::none_utf8",
"Text::ANSITable::OldCompat::Default::single_ascii",
"Text::ANSITable::OldCompat::Default::single_boxchar",
"Text::ANSITable::OldCompat::Default::single_utf8",
"Text::ANSITable::OldCompat::Default::singleh_ascii",
"Text::ANSITable::OldCompat::Default::singleh_boxchar",
"Text::ANSITable::OldCompat::Default::singleh_utf8",
"Text::ANSITable::OldCompat::Default::singlei_ascii",
"Text::ANSITable::OldCompat::Default::singlei_boxchar",
"Text::ANSITable::OldCompat::Default::singlei_utf8",
"Text::ANSITable::OldCompat::Default::singleo_ascii",
"Text::ANSITable::OldCompat::Default::singleo_boxchar",
"Text::ANSITable::OldCompat::Default::singleo_utf8",
"Text::ANSITable::OldCompat::Default::singlev_ascii",
"Text::ANSITable::OldCompat::Default::singlev_boxchar",
"Text::ANSITable::OldCompat::Default::singlev_utf8",
"Text::ANSITable::OldCompat::Default::space_ascii",
"Text::ANSITable::OldCompat::Default::space_boxchar",
"Text::ANSITable::OldCompat::Default::space_utf8",
"Text::ANSITable::OldCompat::Default::spacei_ascii",
"Text::ANSITable::OldCompat::Default::spacei_boxchar",
"Text::ANSITable::OldCompat::Default::spacei_utf8",
"UTF8::Brick",
"UTF8::BrickOuterOnly",
"UTF8::DoubleLine",
"UTF8::None",
"UTF8::SingleLine",
"UTF8::SingleLineBold",
"UTF8::SingleLineBoldHeader",
"UTF8::SingleLineCurved",
"UTF8::SingleLineDoubleAfterHeader",
"UTF8::SingleLineHorizontalOnly",
"UTF8::SingleLineInnerOnly",
"UTF8::SingleLineOuterOnly",
"UTF8::SingleLineVerticalOnly",
"UTF8::Space",
"UTF8::SpaceInnerOnly",
],
{},
]
This function is not exported.
Arguments ('*' denotes required arguments):
* detail => *bool*
Currently does not do anything yet.
Returns an enveloped result (an array).
First element ($status_code) is an integer containing HTTP-like status
code (200 means OK, 4xx caller error, 5xx function error). Second
element ($reason) is a string containing error message, or something
( run in 1.076 second using v1.01-cache-2.11-cpan-39bf76dae61 )