App-CompleteCLIs

 view release on metacpan or  search on metacpan

script/complete-service-name  view on Meta::CPAN

#!perl

# Note: This script is a CLI for Riap function /Complete/Unix/complete_service_name
# 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_service_name",
    program_name => "complete-service-name",
    log => 1,
    read_config => 0,
    read_env => 0,
);

$cmdline->run;

# ABSTRACT: Complete from list of service names from /etc/services
# PODNAME: complete-service-name

__END__

=pod

=encoding UTF-8

=head1 NAME

complete-service-name - Complete from list of service names from /etc/services

=head1 VERSION

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

=head1 SYNOPSIS

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

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

B<complete-service-name> [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<--format|/"--format=s">>=I<name>|B<L<--json|/"--json">>] [B<L<--(no)na...

=head1 OPTIONS

C<*> marks required options.

=head2 Main options

=over

=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.



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