Add print debug, fix NE printing

This commit is contained in:
Matt Nadareski
2023-01-10 23:15:59 -08:00
parent 61457582b3
commit b417229ee6
3 changed files with 36 additions and 34 deletions

View File

@@ -130,7 +130,7 @@ namespace Test
foreach (string inputPath in inputPaths)
{
if (info)
Printer.PrintPathInfo(inputPath);
Printer.PrintPathInfo(inputPath, debug);
else if (extract)
Extractor.ExtractPath(inputPath, outputPath);
else