|
NAMEComplete::Path - Complete pathVERSIONThis document describes version 0.251 of Complete::Path (from Perl distribution Complete-Path), released on 2021-02-02.DESCRIPTIONFUNCTIONScomplete_pathUsage:complete_path(%args) -> array Complete path. Complete path, for anything path-like. Meant to be used as backend for other functions like "Complete::File::complete_file" or "Complete::Module::complete_module". Provides features like case-insensitive matching, expanding intermediate paths, and case mapping. Algorithm is to split path into path elements, then list items (using the supplied "list_func") and perform filtering (using the supplied "filter_func") at every level. This function is not exported by default, but exportable. Arguments ('*' denotes required arguments):
Return value: (array) ENVIRONMENTCOMPLETE_PATH_TRACE => boolIf set to true, will produce more log statements for debugging.HOMEPAGEPlease visit the project's homepage at <https://metacpan.org/release/Complete-Path>.SOURCESource repository is at <https://github.com/perlancar/perl-Complete-Path>.BUGSPlease report any bugs or feature requests on the bugtracker website <https://github.com/perlancar/perl-Complete-Path/issues>When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature. SEE ALSOCompleteAUTHORperlancar <perlancar@cpan.org>COPYRIGHT AND LICENSEThis software is copyright (c) 2021, 2017, 2016, 2015, 2014 by perlancar@cpan.org.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Visit the GSP FreeBSD Man Page Interface. |