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(
|
||||
"-e",
|
||||
"--exclude",
|
||||
nargs="+",
|
||||
help="exclude packages sections.",
|
||||
action="append",
|
||||
)
|
||||
parser.add_argument(
|
||||
"distribution",
|
||||
|
|
Loading…
Reference in New Issue