| App::BashComplete - command line interface to Bash::Complete |
App::BashComplete - command line interface to Bash::Complete
version 0.001
Returns an HashRef with all the command line options used.
Returns a ArrayRef with the parts of the command line that could not be parsed as options.
Creates a new empty instance.
Processes options, using both command line and arguments to run(), and
executes the proper action.
Collects all plugins, decides which ones should be activated, and generates the bash complete command lines for each one.
This allows you to setup your bash completion with only this:
# Stick this into your .bashrc
eval $( bash-complete setup )
The system will adjust to new plugins that you install via CPAN.
Pedro Melo <melo@cpan.org>
This software is Copyright (c) 2010 by Pedro Melo.
This is free software, licensed under:
The Artistic License 2.0
| App::BashComplete - command line interface to Bash::Complete |