mirror of
https://github.com/moparisthebest/pacman
synced 2025-02-28 17:31:52 -05:00
Add --ignoregroup to completion files
Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
parent
8a474e8735
commit
aa2d0d7114
@ -272,6 +272,7 @@ _pacman ()
|
||||
-y --refresh \
|
||||
--needed \
|
||||
--ignore \
|
||||
--ignoregroup \
|
||||
--config \
|
||||
--logfile \
|
||||
--noconfirm \
|
||||
|
@ -75,6 +75,7 @@ _pacman_opts_sync_modifiers=(
|
||||
'-w[Download packages only]'
|
||||
'-y[Download fresh package databases]'
|
||||
'*--ignore[Ignore a package upgrade]:package:_pacman_completions_installed_packages'
|
||||
'*--ignoregroup[Ignore a group upgrade]:package group:_pacman_completions_all_groups'
|
||||
)
|
||||
|
||||
# handles --action subcommand
|
||||
|
Loading…
x
Reference in New Issue
Block a user