chore: allow multiple exclude flag for packages.py (#1643)
This commit is contained in:
parent
e371dccb77
commit
35071ef834
|
@ -86,8 +86,8 @@ def run():
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-e",
|
"-e",
|
||||||
"--exclude",
|
"--exclude",
|
||||||
nargs="+",
|
|
||||||
help="exclude packages sections.",
|
help="exclude packages sections.",
|
||||||
|
action="append",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"distribution",
|
"distribution",
|
||||||
|
|
Loading…
Reference in New Issue