mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-07-20 15:55:15 +00:00
Simplify construction and access in Scanner
This commit is contained in:
@@ -63,12 +63,7 @@ namespace Test
|
||||
}
|
||||
|
||||
// Create scanner for all paths
|
||||
var scanner = new Scanner(p)
|
||||
{
|
||||
IncludeDebug = debug,
|
||||
ScanArchives = archives,
|
||||
ScanPackers = packers,
|
||||
};
|
||||
var scanner = new Scanner(archives, packers, debug, p);
|
||||
|
||||
// Loop through the input paths
|
||||
foreach (string inputPath in inputPaths)
|
||||
|
||||
Reference in New Issue
Block a user