|
NAMEApp::BashComplete - command line interface to Bash::CompleteVERSIONversion 0.008ATTRIBUTESoptsReturns an HashRef with all the command line options used.cmd_lineReturns a ArrayRef with the parts of the command line that could not be parsed as options.METHODSnewCreates a new empty instance.runProcesses options, using both command line and arguments to run(), and executes the proper action.completesetupCollects 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. AUTHORPedro Melo <melo@cpan.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2011 by Pedro Melo.This is free software, licensed under: The Artistic License 2.0 (GPL Compatible)
Visit the GSP FreeBSD Man Page Interface. |