-
-
06 Feb 2016 10:20:20 UTC
- Distribution: Complete-Program
- Module version: 0.39
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (4194 / 0 / 8)
- Kwalitee
Bus factor: 1- 92.11% Coverage
- License: perl_5
- Perl: v5.10.1
- Activity
24 month- Tools
- Download (14.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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.
Module Install Instructions
To install Complete::Program, copy and paste the appropriate command in to your terminal.
cpanm Complete::Program
perl -MCPAN -e shell install Complete::Program
For more information on module installation, please visit the detailed CPAN module installation guide.