App-BencherUtils

 view release on metacpan or  search on metacpan

script/list-bencher-scenario-modules  view on Meta::CPAN

#!perl

# Note: This script is a CLI for Riap function /App/BencherUtils/list_bencher_scenario_modules
# and generated automatically using Perinci::CmdLine::Gen version 0.501

use 5.010001;
use strict;
use warnings;

use Perinci::CmdLine::Any;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2022-08-24'; # DATE
our $DIST = 'App-BencherUtils'; # DIST
our $VERSION = '0.245'; # VERSION

my $cmdline = Perinci::CmdLine::Any->new(
    url => "/App/BencherUtils/list_bencher_scenario_modules",
    program_name => "list-bencher-scenario-modules",
    config_filename => ["bencher.conf", "list-bencher-scenario-modules.conf"],
);

$cmdline->run;

# ABSTRACT: List Bencher scenario modules
# PODNAME: list-bencher-scenario-modules

__END__

=pod

=encoding UTF-8

=head1 NAME

list-bencher-scenario-modules - List Bencher scenario modules

=head1 VERSION

This document describes version 0.245 of list-bencher-scenario-modules (from Perl distribution App-BencherUtils), released on 2022-08-24.

=head1 SYNOPSIS

B<list-bencher-scenario-modules> [B<--config-path>=I<path>|B<-c>|B<--no-config>|B<-C>] [B<--config-profile>=I<profile>|B<-P>] [B<--detail>|B<-l>|B<--no-detail>|B<--nodetail>] [B<--format>=I<name>|B<--json>] [B<--(no)naked-res>] [B<--no-env>] [B<--pag...

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=item B<--detail>, B<-l>

=item B<--query>=I<s>

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

=back

=head2 Configuration options

=over

=item B<--config-path>=I<s>, B<-c>

Set path to configuration file.

Can actually be specified multiple times to instruct application to read from
multiple configuration files (and merge them).


=item B<--config-profile>=I<s>, B<-P>

Set configuration profile to use.

A single configuration file can contain profiles, i.e. alternative sets of
values that can be selected. For example:

 [profile=dev]
 username=foo
 pass=beaver
 
 [profile=production]
 username=bar
 pass=honey

When you specify C<--config-profile=dev>, C<username> will be set to C<foo> and
C<password> to C<beaver>. When you specify C<--config-profile=production>,
C<username> will be set to C<bar> and C<password> to C<honey>.


=item B<--no-config>, B<-C>

Do not use any configuration file.

If you specify C<--no-config>, the application will not read any configuration
file.



( run in 2.095 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )