NAME
_pause - Improved shell completer for pause
VERSION
This document describes version 0.001 of _pause (from Perl distribution App-ShellCompleter-pause), released on 2017-01-13.
SYNOPSIS
To install, install this module and then in your bash (and/or bash startup file):
complete -C _pause pause
or, you can use shcompgen to do that for you automatically.
Now pause has improved bash completion:
% pause <tab> ;# complete subcommand and options
% pause upload Some-Release-0.01.tar.gz --retries <tab> ;# complete argument value
DESCRIPTION
The pause script from App::pause already comes with basic completion: it can complete subcommand names and options. This completer can also complete argument values.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-ShellCompleter-pause.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-ShellCompleter-pause.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-ShellCompleter-pause
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.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 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.