Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Cmd/Symbols/ExtractCommand.cs')
-rw-r--r--UVtools.Cmd/Symbols/ExtractCommand.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Cmd/Symbols/ExtractCommand.cs b/UVtools.Cmd/Symbols/ExtractCommand.cs
index 8c48d2d..53b3735 100644
--- a/UVtools.Cmd/Symbols/ExtractCommand.cs
+++ b/UVtools.Cmd/Symbols/ExtractCommand.cs
@@ -41,7 +41,7 @@ internal static class ExtractCommand
Program.ProgressBarWork($"Extracting to {Path.GetFileName(path)}",
() =>
{
- slicerFile.Extract(path);
+ slicerFile.Extract(path, progress:Program.Progress);
});
}, GlobalArguments.InputFileArgument, GlobalArguments.OutputDirectoryArgument, noOverwriteOption);