Also complete on dpkg-query (Debian: #642526)
This commit is contained in:
parent
ce128e7efe
commit
c0ea434660
@ -65,7 +65,7 @@ _dpkg()
|
|||||||
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
|
COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
|
||||||
[[ $COMPREPLY == *= ]] && compopt -o nospace
|
[[ $COMPREPLY == *= ]] && compopt -o nospace
|
||||||
} &&
|
} &&
|
||||||
complete -F _dpkg dpkg dpkg-deb
|
complete -F _dpkg dpkg dpkg-deb dpkg-query
|
||||||
|
|
||||||
# Debian GNU dpkg-reconfigure(8) completion
|
# Debian GNU dpkg-reconfigure(8) completion
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user