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



NAME

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


VERSION

version 0.001


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) 2010 by Pedro Melo.

This is free software, licensed under:

  The Artistic License 2.0
 Bash::Completion::Plugins::BashComplete - Plugin for bash-complete