[pacman-dev] [PATCH 1/2] zsh_completion: Add --asdeps/--asexplicit to -U options

Allan McRae allan at archlinux.org
Tue Oct 27 04:03:31 UTC 2015


On 23/10/15 08:38, Mohammad Alsaleh wrote:
> Signed-off-by: Mohammad Alsaleh <CE.Mohammad.AlSaleh at gmail.com>
> ---
>  contrib/zsh_completion.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/contrib/zsh_completion.in b/contrib/zsh_completion.in
> index 1cae1de..69485f5 100644
> --- a/contrib/zsh_completion.in
> +++ b/contrib/zsh_completion.in
> @@ -41,6 +41,8 @@ _pacman_opts_pkgfile=(
>  	'--dbonly[Only remove database entry, do not remove files]'
>  	'--force[Overwrite conflicting files]'
>  	'--needed[Do not reinstall up to date packages]'
> +	'--asdeps[mark packages as non-explicitly installed]'
> +	'--asexplicit[mark packages as explicitly installed]'
>  	'*:package file:_files -g "*.pkg.tar*~*.sig(.,@)"'
>  )
>  

Ack.

Allan


More information about the pacman-dev mailing list