madsmith / bash-completion-lib

Automatically exported from code.google.com/p/bash-completion-lib
GNU General Public License v2.0
0 stars 0 forks source link

Add aptitude completions #32

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Debian package bash_completion-20060301-4 contains completions for
apt-cache, aptitude and apt-build.  These can be added to bash_completion_lib.

Original issue reported on code.google.com by fvu...@gmail.com on 3 Oct 2008 at 7:10

GoogleCodeExporter commented 8 years ago
Apt-cache, aptitude and apt-build were already present but test files were 
missing. 
Completions have been re-added from Debian bash_completion-20060301-4.  
Automated
tests have been added.

To run the automated tests:

   $ ./runCompletionLib apt-build.exp
   $ ./runCompletionLib apt-cache.exp
   $ ./runCompletionLib apt-get.exp
   $ ./runCompletionLib aptitude.exp

Fixed in r61.

Original comment by fvu...@gmail.com on 3 Oct 2008 at 9:19