From c6d1822f3b75656c061f676bde5230943663a596 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 29 Dec 2025 10:46:51 -0600 Subject: [PATCH] fix: accept either `--recip` or `--recips` param for import commands --- src/wuttasync/cli/base.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/wuttasync/cli/base.py b/src/wuttasync/cli/base.py index 56d6421..cebdff3 100644 --- a/src/wuttasync/cli/base.py +++ b/src/wuttasync/cli/base.py @@ -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[