App-CompleteCLIs
view release on metacpan or search on metacpan
script/complete-dist
script/complete-dzil-bundle
script/complete-dzil-plugin
script/complete-dzil-role
script/complete-env
script/complete-env-elem
script/complete-file
script/complete-firefox-profile-name
script/complete-float
script/complete-from-schema
script/complete-gid
script/complete-group
script/complete-hash-key
script/complete-idx-listed-stock-code
script/complete-int
script/complete-kernel
script/complete-known-host
script/complete-known-mac
script/complete-language-code
script/complete-locale
script/complete-manpage
"name" : "GenPericmdScript complete-float",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript complete-from-schema",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript complete-gid",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript complete-group",
"version" : "0.425"
},
{
"class" : "Dist::Zilla::Plugin::GenPericmdScript",
"name" : "GenPericmdScript complete-hash-key",
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript complete-float'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript complete-from-schema'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript complete-gid'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript complete-group'
version: '0.425'
-
class: Dist::Zilla::Plugin::GenPericmdScript
name: 'GenPericmdScript complete-hash-key'
version: '0.425'
-
Makefile.PL view on Meta::CPAN
"script/complete-dist",
"script/complete-dzil-bundle",
"script/complete-dzil-plugin",
"script/complete-dzil-role",
"script/complete-env",
"script/complete-env-elem",
"script/complete-file",
"script/complete-firefox-profile-name",
"script/complete-float",
"script/complete-from-schema",
"script/complete-gid",
"script/complete-group",
"script/complete-hash-key",
"script/complete-idx-listed-stock-code",
"script/complete-int",
"script/complete-kernel",
"script/complete-known-host",
"script/complete-known-mac",
"script/complete-language-code",
"script/complete-locale",
"script/complete-manpage",
11. complete-dist
12. complete-dzil-bundle
13. complete-dzil-plugin
14. complete-dzil-role
15. complete-env
16. complete-env-elem
17. complete-file
18. complete-firefox-profile-name
19. complete-float
20. complete-from-schema
21. complete-gid
22. complete-group
23. complete-hash-key
24. complete-idx-listed-stock-code
25. complete-int
26. complete-kernel
27. complete-known-host
28. complete-known-mac
29. complete-language-code
30. complete-locale
31. complete-manpage
read_config=0
read_env=0
enable_log=1
[GenPericmdScript / GenPericmdScript complete-from-schema]
url=/Complete/Sah/complete_from_schema
read_config=0
read_env=0
enable_log=1
[GenPericmdScript / GenPericmdScript complete-gid]
url=/Complete/Unix/complete_gid
read_config=0
read_env=0
enable_log=1
[GenPericmdScript / GenPericmdScript complete-group]
url=/Complete/Unix/complete_group
read_config=0
read_env=0
enable_log=1
lib/App/CompleteCLIs.pm view on Meta::CPAN
=item 16. L<complete-env-elem>
=item 17. L<complete-file>
=item 18. L<complete-firefox-profile-name>
=item 19. L<complete-float>
=item 20. L<complete-from-schema>
=item 21. L<complete-gid>
=item 22. L<complete-group>
=item 23. L<complete-hash-key>
=item 24. L<complete-idx-listed-stock-code>
=item 25. L<complete-int>
=item 26. L<complete-kernel>
script/complete-gid view on Meta::CPAN
#!perl
# Note: This script is a CLI for Riap function /Complete/Unix/complete_gid
# 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_gid",
program_name => "complete-gid",
log => 1,
read_config => 0,
read_env => 0,
);
$cmdline->run;
# ABSTRACT: Complete from list of Unix GID's
# PODNAME: complete-gid
__END__
=pod
=encoding UTF-8
=head1 NAME
complete-gid - Complete from list of Unix GID's
=head1 VERSION
This document describes version 0.153 of complete-gid (from Perl distribution App-CompleteCLIs), released on 2023-12-01.
=head1 SYNOPSIS
B<complete-gid> B<L<--help|/"--help, -h, -?">> (or B<L<-h|/"--help, -h, -?">>, B<L<-?|/"--help, -h, -?">>)
B<complete-gid> B<L<--version|/"--version, -v">> (or B<L<-v|/"--version, -v">>)
B<complete-gid> [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>
script/complete-gid view on Meta::CPAN
=head1 COMPLETION
This script has shell tab completion capability with support for several
shells.
=head2 bash
To activate bash completion for this script, put:
complete -C complete-gid complete-gid
in your bash startup (e.g. F<~/.bashrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.
It is recommended, however, that you install modules using L<cpanm-shcompgen>
which can activate shell completion for scripts immediately.
=head2 tcsh
To activate tcsh completion for this script, put:
complete complete-gid 'p/*/`complete-gid`/'
in your tcsh startup (e.g. F<~/.tcshrc>). Your next shell session will then
recognize tab completion for the command. Or, you can also directly execute the
line above in your shell to activate immediately.
It is also recommended to install L<shcompgen> (see above).
=head2 other shells
For fish and zsh, install L<shcompgen> as described above.
t/00-compile.t view on Meta::CPAN
'script/complete-dist',
'script/complete-dzil-bundle',
'script/complete-dzil-plugin',
'script/complete-dzil-role',
'script/complete-env',
'script/complete-env-elem',
'script/complete-file',
'script/complete-firefox-profile-name',
'script/complete-float',
'script/complete-from-schema',
'script/complete-gid',
'script/complete-group',
'script/complete-hash-key',
'script/complete-idx-listed-stock-code',
'script/complete-int',
'script/complete-kernel',
'script/complete-known-host',
'script/complete-known-mac',
'script/complete-language-code',
'script/complete-locale',
'script/complete-manpage',
t/author-critic.t view on Meta::CPAN
}
use strict;
use warnings;
# this test was generated with Dist::Zilla::Plugin::Test::Perl::Critic::Subset 3.001.006
use Test::Perl::Critic (-profile => "") x!! -e "";
my $filenames = ['lib/App/CompleteCLIs.pm','script/complete-acme-metasyntactic-meta-category','script/complete-acme-metasyntactic-meta-theme','script/complete-acme-metasyntactic-meta-theme-and-category','script/complete-array-elem','script/complete-c...
unless ($filenames && @$filenames) {
$filenames = -d "blib" ? ["blib"] : ["lib"];
}
all_critic_ok(@$filenames);
( run in 0.711 second using v1.01-cache-2.11-cpan-ceb78f64989 )