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:
@@ -298,6 +298,10 @@ Options:
|
|||||||
Optionally, a temp folder can be supplied in the case the default temp directory
|
Optionally, a temp folder can be supplied in the case the default temp directory
|
||||||
(inside the running folder) is not preferred. This is used for any operations
|
(inside the running folder) is not preferred. This is used for any operations
|
||||||
that require an archive to be extracted.
|
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
|
-mt={4} Amount of threads to use
|
||||||
Optionally, set the number of threads to use for the multithreaded operations.
|
Optionally, set the number of threads to use for the multithreaded operations.
|
||||||
|
|||||||
@@ -250,6 +250,11 @@ namespace SabreTools
|
|||||||
"Set the temporary directory to use",
|
"Set the temporary directory to use",
|
||||||
FeatureType.String,
|
FeatureType.String,
|
||||||
null));
|
null));
|
||||||
|
datFromDir.AddFeature("out", new Feature(
|
||||||
|
new List<string>() { "-out", "--out" },
|
||||||
|
"Output directory",
|
||||||
|
FeatureType.String,
|
||||||
|
null));
|
||||||
datFromDir.AddFeature("mt", new Feature(
|
datFromDir.AddFeature("mt", new Feature(
|
||||||
new List<string>() { "-mt", "--mt" },
|
new List<string>() { "-mt", "--mt" },
|
||||||
"Amount of threads to use (default 4, -1 unlimted)",
|
"Amount of threads to use (default 4, -1 unlimted)",
|
||||||
|
|||||||
Reference in New Issue
Block a user