Create MatchDirectory with Parse (Day-Helper-2025-05-21)

This commit is contained in:
2025-06-08 13:10:24 -07:00
parent 0f9d004122
commit 5becc546b2
2 changed files with 186 additions and 0 deletions

View File

@ -163,6 +163,8 @@ internal static class HelperDay
ADO2025.PI5.Helper20250505.HyperTextMarkupLanguageToPortableDocumentFormat(logger, args);
else if (args[1] == "Day-Helper-2025-05-19")
ADO2025.PI6.Helper20250519.LiveSync(logger, args);
else if (args[1] == "Day-Helper-2025-05-21")
ADO2025.PI6.Helper20250521.MatchDirectory(logger, args);
else
throw new Exception(appSettings.Company);
}