Name : perl-Complete-Util
| |
Version : 0.620.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.2.1
| Date : 2024-03-08 23:10:35
|
Group : Unspecified
| Source RPM : perl-Complete-Util-0.620.0-lp155.2.1.src.rpm
|
Size : 0.11 MB
| |
Packager : https://www_suse_com/
| |
Summary : General completion routine
|
Description :
This package provides some generic completion routines that follow the Complete convention. (If you are looking for bash/shell tab completion routines, take a look at \"SEE ALSO\".) The main routine is \'complete_array_elem\' which tries to complete a word using choices from elements of supplied array. For example:
complete_array_elem(word => \"a\", array => [\"apple\", \"apricot\", \"banana\"]);
The routine will first try a simple substring prefix matching. If that fails, will try some other methods like word-mode, character-mode, or fuzzy matching. These methods can be disabled using settings.
There are other utility routines e.g. for converting completion answer structure from hash to array/array to hash, combine or modify answer, etc. These routines are usually used by the other more specific or higher-level completion modules.
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.5/noarch |