App-CompleteCLIs

 view release on metacpan or  search on metacpan

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

#!perl

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

$cmdline->run;

# ABSTRACT: Complete from list of process names
# PODNAME: complete-proc-name

__END__

=pod

=encoding UTF-8

=head1 NAME

complete-proc-name - Complete from list of process names

=head1 VERSION

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

=head1 SYNOPSIS

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

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

B<complete-proc-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)naked...

=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.075 second using v1.01-cache-2.11-cpan-64ef6c95b5d )