App-CompleteCLIs

 view release on metacpan or  search on metacpan

script/complete-group  view on Meta::CPAN

#!perl

# Note: This script is a CLI for Riap function /Complete/Unix/complete_group
# and generated automatically using Perinci::CmdLine::Gen version 0.502

use 5.010001;
use strict;
use warnings;
use Log::ger;

use Perinci::CmdLine::Any;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-12-01'; # DATE
our $DIST = 'App-CompleteCLIs'; # DIST
our $VERSION = '0.153'; # VERSION

my $cmdline = Perinci::CmdLine::Any->new(
    url => "/Complete/Unix/complete_group",
    program_name => "complete-group",
    log => 1,
    read_config => 0,
    read_env => 0,
);

$cmdline->run;

# ABSTRACT: Complete from list of Unix groups
# PODNAME: complete-group

__END__

=pod

=encoding UTF-8

=head1 NAME

complete-group - Complete from list of Unix groups

=head1 VERSION

This document describes version 0.153 of complete-group (from Perl distribution App-CompleteCLIs), released on 2023-12-01.

=head1 SYNOPSIS

B<complete-group> B<L<--help|/"--help, -h, -?">> (or B<L<-h|/"--help, -h, -?">>, B<L<-?|/"--help, -h, -?">>)

B<complete-group> B<L<--version|/"--version, -v">> (or B<L<-v|/"--version, -v">>)

B<complete-group> [B<L<--debug|/"--debug">>|B<L<--log-level|/"--log-level=s">>=I<level>|B<L<--quiet|/"--quiet">>|B<L<--trace|/"--trace">>|B<L<--verbose|/"--verbose">>] [B<L<--etc-dir|/"--etc-dir=s">>=I<str>] [B<L<--format|/"--format=s">>=I<name>|B<L<...

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=item B<--etc-dir>=I<s>

(No description)


=item B<--word>=I<s>*

Word to complete.

Default value:

 ""

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

=back

=head2 Logging options

=over

=item B<--debug>

Shortcut for --log-level=debug.

=item B<--log-level>=I<s>

Set log level.

By default, these log levels are available (in order of increasing level of
importance, from least important to most): C<trace>, C<debug>, C<info>,
C<warn>/C<warning>, C<error>, C<fatal>. By default, the level is usually set to
C<warn>, which means that log statements with level C<info> and less important
levels will not be shown. To increase verbosity, choose C<info>, C<debug>, or
C<trace>.

For more details on log level and logging, as well as how new logging levels can
be defined or existing ones modified, see L<Log::ger>.



( run in 1.023 second using v1.01-cache-2.11-cpan-64ef6c95b5d )