mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[SabreTools] Add out for DFD
This commit is contained in:
@@ -299,6 +299,10 @@ Options:
|
||||
(inside the running folder) is not preferred. This is used for any operations
|
||||
that require an archive to be extracted.
|
||||
|
||||
-out= Set the name of the output directory
|
||||
This sets an output folder to be used when the files are created. If a path
|
||||
is not defined, the application directory is used instead.
|
||||
|
||||
-mt={4} Amount of threads to use
|
||||
Optionally, set the number of threads to use for the multithreaded operations.
|
||||
The default is 4 threads; -1 means unlimited threads created. If the user specifies
|
||||
|
||||
@@ -250,6 +250,11 @@ namespace SabreTools
|
||||
"Set the temporary directory to use",
|
||||
FeatureType.String,
|
||||
null));
|
||||
datFromDir.AddFeature("out", new Feature(
|
||||
new List<string>() { "-out", "--out" },
|
||||
"Output directory",
|
||||
FeatureType.String,
|
||||
null));
|
||||
datFromDir.AddFeature("mt", new Feature(
|
||||
new List<string>() { "-mt", "--mt" },
|
||||
"Amount of threads to use (default 4, -1 unlimted)",
|
||||
|
||||
Reference in New Issue
Block a user