The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Bash::Completion::Plugins::BashComplete - Plugin for bash-complete

VERSION

version 0.008

SYNOPSIS

    ## not to be used directly

DESCRIPTION

A plugin for the base-complete command. Completes options and sub-commands.

For the complete sub-command, it completes with the plugin names.

METHODS

should_activate

Makes sure we only activate this plugin if we can find bash-complete in our PATH.

complete

Completion logic for bash-complete

AUTHOR

Pedro Melo <melo@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2011 by Pedro Melo.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)