Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Complete-Bash-0.337.0-2.mga10 RPM for noarch

From Mageia Cauldron for i686 / media / core / release

Name: perl-Complete-Bash Distribution: Mageia
Version: 0.337.0 Vendor: Mageia.Org
Release: 2.mga10 Build date: Sat Jun 28 10:05:29 2025
Group: Development/Perl Build host: localhost
Size: 151226 Source RPM: perl-Complete-Bash-0.337.0-2.mga10.src.rpm
Packager: umeabot <umeabot>
Url: https://metacpan.org/release/Complete-Bash
Summary: Completion module for bash shell
Bash allows completion to come from various sources. The simplest is from a
list of words ('-W'):

 % complete -W "one two three four" somecmd
 % somecmd t<Tab>
 two  three

Another source is from a bash function ('-F'). The function will receive
input in two variables: 'COMP_WORDS' (array, command-line chopped into
words) and 'COMP_CWORD' (integer, index to the array of words indicating
the cursor position). It must set an array variable 'COMPREPLY' that
contains the list of possible completion:

Provides

Requires

License

GPL+ or Artistic

Changelog

* Sat Jun 28 2025 umeabot <umeabot> 0.337.0-2.mga10
  + Revision: 2216688
  - Mageia 10 Mass Rebuild

Files

/usr/share/doc/perl-Complete-Bash
/usr/share/doc/perl-Complete-Bash/Changes
/usr/share/doc/perl-Complete-Bash/LICENSE
/usr/share/doc/perl-Complete-Bash/META.json
/usr/share/doc/perl-Complete-Bash/META.yml
/usr/share/doc/perl-Complete-Bash/MYMETA.yml
/usr/share/doc/perl-Complete-Bash/README
/usr/share/man/man3/Complete::Bash.3pm.xz
/usr/share/perl5/vendor_perl/Complete
/usr/share/perl5/vendor_perl/Complete/Bash.pm


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jun 29 02:38:16 2025