chore: allow multiple exclude flag for packages.py (#1643)
This commit is contained in:
parent
e371dccb77
commit
35071ef834
1 changed files with 1 additions and 1 deletions
|
@ -86,8 +86,8 @@ def run():
|
|||
parser.add_argument(
|
||||
"-e",
|
||||
"--exclude",
|
||||
nargs="+",
|
||||
help="exclude packages sections.",
|
||||
action="append",
|
||||
)
|
||||
parser.add_argument(
|
||||
"distribution",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue