include/exclude options

This commit is contained in:
elandorr 2023-05-14 19:23:15 +00:00 committed by GitHub
parent 8c9ad4172a
commit 4fb2f2151e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -351,7 +351,7 @@ def define_exclude_and_patterns(add_option, *, tag_files=False, strip_components
def define_exclusion_group(subparser, **kwargs):
exclude_group = subparser.add_argument_group("Exclusion options")
exclude_group = subparser.add_argument_group("Include/Exclude options")
define_exclude_and_patterns(exclude_group.add_argument, **kwargs)
return exclude_group