~ over | split
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user