fix: accept either --recip or --recips param for import commands
This commit is contained in:
parent
e037aece6a
commit
c6d1822f3b
1 changed files with 3 additions and 1 deletions
|
|
@ -248,7 +248,9 @@ def import_command_template( # pylint: disable=unused-argument,too-many-argumen
|
|||
warnings_recipients: Annotated[
|
||||
str,
|
||||
typer.Option(
|
||||
"--recip", help="Override the recipient(s) for diff warning email."
|
||||
"--recip",
|
||||
"--recips",
|
||||
help="Override the recipient(s) for diff warning email.",
|
||||
),
|
||||
] = None,
|
||||
warnings_max_diffs: Annotated[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue