From f77933ea1e45638d518206c839315d3feece2c01 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 5 Nov 2014 09:24:35 +0100 Subject: Add --assume-installed to shell completion Signed-off-by: Florian Pritz Signed-off-by: Allan McRae --- contrib/zsh_completion.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/zsh_completion.in') diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in index 67aa40a7..f2ff7c8a 100644 --- a/contrib/zsh_completion.in +++ b/contrib/zsh_completion.in @@ -37,6 +37,7 @@ _pacman_opts_common=( _pacman_opts_pkgfile=( '*-d[Skip dependency checks]' '*--nodeps[Skip dependency checks]' + '*--assume-installed[Add virtual package to satisfy dependencies]' '--dbonly[Only remove database entry, do not remove files]' '--force[Overwrite conflicting files]' '--needed[Do not reinstall up to date packages]' @@ -70,6 +71,7 @@ _pacman_opts_query_modifiers=( _pacman_opts_remove=( {-c,--cascade}'[Remove all dependent packages]' {*-d,*--nodeps}'[Skip dependency checks]' + '*--assume-installed[Add virtual package to satisfy dependencies]' {-n,--nosave}'[Remove protected configuration files]' {\*-s,\*--recursive}'[Remove dependencies not required by other packages]' '--dbonly[Only remove database entry, do not remove files]' @@ -96,6 +98,7 @@ _pacman_opts_sync_actions=( # options for passing to _arguments: options for --sync command _pacman_opts_sync_modifiers=( {\*-d,\*--nodeps}'[Skip dependency checks]' + '*--assume-installed[Add virtual package to satisfy dependencies]' {\*-i,\*--info}'[View package information]' {-l,--list}'[List all packages in a repository]' {-p,--print}'[Print download URIs for each package to be installed]' -- cgit v1.2.3-24-g4f1b