~ over | split

This commit is contained in:
2025-05-17 07:51:53 -07:00
parent 8f22f188a2
commit 8ca489d818
10 changed files with 12 additions and 12 deletions

View File

@ -701,7 +701,7 @@ internal static partial class Helper20240911
List<char> spaces = [];
List<string> lines = [];
ReadOnlyCollection<WorkItem> results;
string[] workItemTypes = args[4].Split('|');
string[] workItemTypes = args[4].Split('~');
string sourceDirectory = Path.GetFullPath(args[0]);
string destinationDirectory = Path.GetFullPath(args[6]);
if (!Directory.Exists(destinationDirectory))