Public bug reported:

Apt in edgy now has a new command:  autoremove.  The
/etc/bash_completion file should be changed to reflect this.

on line 2088:
COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \
                                dist-upgrade install remove source build-dep \
                                check clean autoclean` -- $cur ) )
can be changed to:


COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \
                                dist-upgrade install remove source build-dep \
                                check clean autoclean autoremove' -- $cur ) )

** Affects: bash (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
New option in bash could use updated completion
https://launchpad.net/bugs/60666

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to