chore: allow multiple exclude flag for packages.py (#1643)

This commit is contained in:
Jonas L 2022-03-02 08:45:45 +01:00 committed by GitHub
parent e371dccb77
commit 35071ef834
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -86,8 +86,8 @@ def run():
parser.add_argument(
"-e",
"--exclude",
nargs="+",
help="exclude packages sections.",
action="append",
)
parser.add_argument(
"distribution",