From c589bb336303fa97bc414c25d1fad1c2d81b9a45 Mon Sep 17 00:00:00 2001 From: Michael Petrinolis Date: Mon, 18 May 2026 18:32:14 +0300 Subject: [PATCH 1/3] Enhance template option and simplify path logic The `-t|--template` option now supports a new value, `TemplateEngine.Both`, and sets it as the default value. This improves flexibility by allowing an additional template engine. (cherry picked from commit 9be6b0f1c61c2ff8acb2efc5220487916befe6bd) --- src/OrchardCoreContrib.PoExtractor/Program.cs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/OrchardCoreContrib.PoExtractor/Program.cs b/src/OrchardCoreContrib.PoExtractor/Program.cs index a20204b..12a74de 100644 --- a/src/OrchardCoreContrib.PoExtractor/Program.cs +++ b/src/OrchardCoreContrib.PoExtractor/Program.cs @@ -30,8 +30,10 @@ public static void Main(string[] args) option.DefaultValue = "C#"; }); var template = app.Option("-t|--template