- apt-cache completion updates from Danilo Piazzalunga
<danilopiazza@libero.it>
This commit is contained in:
parent
073e0050cb
commit
cdfe933384
@ -1,6 +1,6 @@
|
|||||||
# bash_completion - some programmable completion functions for bash 2.05b
|
# bash_completion - some programmable completion functions for bash 2.05b
|
||||||
#
|
#
|
||||||
# $Id: bash_completion,v 1.657 2003/11/25 19:07:20 ianmacd Exp $
|
# $Id: bash_completion,v 1.658 2003/12/12 11:10:49 ianmacd Exp $
|
||||||
#
|
#
|
||||||
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
# Copyright (C) Ian Macdonald <ian@caliban.org>
|
||||||
#
|
#
|
||||||
@ -1797,14 +1797,15 @@ _apt_cache()
|
|||||||
COMPREPLY=( $( compgen -W '-h -v -p -s -q -i -f -a -g -c \
|
COMPREPLY=( $( compgen -W '-h -v -p -s -q -i -f -a -g -c \
|
||||||
-o --help --version --pkg-cache --src-cache \
|
-o --help --version --pkg-cache --src-cache \
|
||||||
--quiet --important --full --all-versions \
|
--quiet --important --full --all-versions \
|
||||||
--generate --no-generate --names-only \
|
--no-all-versions --generate --no-generate \
|
||||||
--all-names --config-file --option \
|
--names-only --all-names --recurse \
|
||||||
--recurse' -- $cur ) )
|
--config-file --option' -- $cur ) )
|
||||||
else
|
else
|
||||||
|
|
||||||
COMPREPLY=( $( compgen -W 'add gencaches showpkg show stats \
|
COMPREPLY=( $( compgen -W 'add gencaches showpkg showsrc \
|
||||||
dumpavail unmet check search dump dotty policy \
|
stats dump dumpavail unmet search search \
|
||||||
depends pkgnames showsrc' -- $cur ) )
|
depends rdepends pkgnames dotty xvcg \
|
||||||
|
policy' -- $cur ) )
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user