NAME
Complete::Program - Completion routines related to program names
VERSION
This document describes version 0.39 of Complete::Program (from Perl distribution Complete-Program), released on 2016-02-06.
DESCRIPTION
FUNCTIONS
complete_program(%args) -> array
Complete program name found in PATH.
Windows is supported, on Windows PATH will be split using /;/ instead of /:/.
This function is not exported by default, but exportable.
Arguments ('*' denotes required arguments):
word* => str (default: "")
Return value: (array)
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Complete-Program.
SOURCE
Source repository is at https://github.com/perlancar/perl-Complete-Program.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Complete-Program
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 ALSO
Other Complete::*
modules.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 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.