From e89f8a14b4cfe9bb2d44f046872bcd81978c56c5 Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Mon, 20 Feb 2023 21:45:37 -0800 Subject: [PATCH] Added batch_edit.py example, [skip ci] --- examples/batch_edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/batch_edit.py b/examples/batch_edit.py index 1a764133..4485868c 100644 --- a/examples/batch_edit.py +++ b/examples/batch_edit.py @@ -17,7 +17,7 @@ from osxphotos.cli.param_types import TemplateString from osxphotos.phototemplate import RenderOptions -@selection_command +@selection_command(name="batch-edit") @click.option( "--title", metavar="TITLE_TEMPLATE",