Further progress on extraction

This commit is contained in:
Caleb Gardner
2025-07-18 22:30:30 -05:00
parent de988f083f
commit eb214feefa
3 changed files with 116 additions and 29 deletions
+1 -1
View File
@@ -34,5 +34,5 @@ test "ExtractFile" {
defer fil.deinit();
var op: ExtractionOptions = try .init();
op.verbose = true;
try fil.extract(&op, file_extr_loc);
try fil.extract(op, file_extr_loc);
}