fix: accept either --recip or --recips param for import commands

This commit is contained in:
Lance Edgar 2025-12-29 10:46:51 -06:00
parent e037aece6a
commit c6d1822f3b

View file

@ -248,7 +248,9 @@ def import_command_template( # pylint: disable=unused-argument,too-many-argumen
warnings_recipients: Annotated[ warnings_recipients: Annotated[
str, str,
typer.Option( typer.Option(
"--recip", help="Override the recipient(s) for diff warning email." "--recip",
"--recips",
help="Override the recipient(s) for diff warning email.",
), ),
] = None, ] = None,
warnings_max_diffs: Annotated[ warnings_max_diffs: Annotated[