mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 11:14:58 -06:00
4.45 beta
This commit is contained in:
committed by
Kornel Lesiński
parent
d9666cf046
commit
a145bfc7cf
@@ -22,7 +22,9 @@ namespace NCommandType { enum EEnum
|
||||
kTest,
|
||||
kExtract,
|
||||
kFullExtract,
|
||||
kList
|
||||
kList,
|
||||
kBenchmark,
|
||||
kInfo
|
||||
};}
|
||||
|
||||
namespace NRecursedType { enum EEnum
|
||||
@@ -77,10 +79,17 @@ struct CArchiveCommandLineOptions
|
||||
CObjectVector<CProperty> ExtractProperties;
|
||||
|
||||
CUpdateOptions UpdateOptions;
|
||||
UString ArcType;
|
||||
bool EnablePercents;
|
||||
|
||||
CArchiveCommandLineOptions(): StdInMode(false), StdOutMode(false) {};
|
||||
// Benchmark
|
||||
UInt32 NumIterations;
|
||||
UInt32 NumThreads;
|
||||
UInt32 DictionarySize;
|
||||
UString Method;
|
||||
|
||||
|
||||
CArchiveCommandLineOptions(): StdInMode(false), StdOutMode(false) {};
|
||||
};
|
||||
|
||||
class CArchiveCommandLineParser
|
||||
|
||||
Reference in New Issue
Block a user