Aion-Run
view release on metacpan or search on metacpan
lib/Aion/Run/RunsRun.md view on Meta::CPAN
!ru:en
# NAME
Aion::Run::RunsRun - ÑпиÑок ÑкÑипÑов Ñ Ð°Ð½Ð½Ð¾ÑаÑией `#@run`
# SYNOPSIS
Файл etc/annotation/run.ann:
```
Aion::Run::RunRun#run,3=run:run âExecutes Perl code in the context of the current projectâ
Aion::Run::RunsRun#list,5=run:runs âList of scriptsâ
```
```perl
use common::sense;
use Aion::Format qw/trappout coloring/;
use Aion::Run::RunsRun;
my $len = 4;
my $len2 = 6;
my $list = coloring "#yellow%s#r\n", "run";
$list .= coloring " #green%-${len}s #{bold red}%-${len2}s #{bold black}%s#r\n", "run", "code", "âExecutes Perl code in the context of the current projectâ";
$list .= coloring " #green%-${len}s #{bold red}%-${len2}s #{bold black}%s#r\n", "runs", "[mask]", "âList of scriptsâ";
trappout { Aion::Run::RunsRun->new->list } # => $list
```
# DESCRIPTION
ÐеÑаÑÐ°ÐµÑ Ð½Ð° ÑÑандаÑÑнÑй вÑвод ÑпиÑок ÑÑенаÑиев из Ñайла **etc/annotation/run.ann**.
ÐÐ»Ñ ÑÑого загÑÑÐ¶Ð°ÐµÑ ÑайлÑ, ÑÑÐ¾Ð±Ñ Ð¿Ð¾Ð»ÑÑиÑÑ Ð¸Ð· ниÑ
опиÑание аÑгÑменÑов.
ÐоменÑÑÑ Ñайл можно в конÑиге `Aion::Run::Runner#INI`.
# FEATURES
## mask
ÐаÑка Ð´Ð»Ñ ÑилÑÑÑа по ÑкÑипÑам.
```perl
my $len = 4;
my $len2 = 6;
my $list = coloring "#yellow%s#r\n", "run";
$list .= coloring " #green%-${len}s #{bold red}%-${len2}s #{bold black}%s#r\n", "runs", "[mask]", "âList of scriptsâ";
trappout { Aion::Run::RunsRun->new(mask => 'runs')->list } # => $list
```
# SUBROUTINES
## list ()
ÐÑÐ²Ð¾Ð´Ð¸Ñ ÑпиÑок ÑÑенаÑиев на `STDOUT`.
# AUTHOR
Yaroslav O. Kosmina <darviarush@mail.ru>
# LICENSE
â **GPLv3**
# COPYRIGHT
The Aion::Run::RunsRun module is copyright © 2023 Yaroslav O. Kosmina. Rusland. All rights reserved.
( run in 0.644 second using v1.01-cache-2.11-cpan-140bd7fdf52 )