-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dnfdaemon: Enhance comps.Group.list() method
New accepted options: - with_hidden - boolean, defaults to false whether include hidden (uservisible=false) groups into output - scope - string, accepted values "all" (default), "installed", "available" - match_group_id - boolean, defaults to true whether patterns should be matched against group ids - match_group_name - boolean, defaults to false whether patterns should be matched against group names - contains_pkgs - list of strings only include groups containing given packages Change in behavior: - in case the scope is "all" (default), duplicated groups are removed from the output. Duplicities basically mean that the group is installed and previously both installed and available groups were returned.
- Loading branch information
Showing
1 changed file
with
51 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters