mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-09 00:07:00 -06:00
Update to 7-Zip Version 21.02
This commit is contained in:
@@ -63,6 +63,11 @@ struct CArcCmdLineOptions
|
||||
|
||||
bool YesToAll;
|
||||
bool ShowDialog;
|
||||
bool TechMode;
|
||||
bool ShowTime;
|
||||
|
||||
int ConsoleCodePage;
|
||||
|
||||
NWildcard::CCensor Censor;
|
||||
|
||||
CArcCommand Command;
|
||||
@@ -73,9 +78,6 @@ struct CArcCmdLineOptions
|
||||
UString Password;
|
||||
#endif
|
||||
|
||||
bool TechMode;
|
||||
bool ShowTime;
|
||||
|
||||
UStringVector HashMethods;
|
||||
|
||||
bool AppendName;
|
||||
@@ -109,13 +111,27 @@ struct CArcCmdLineOptions
|
||||
UInt32 NumIterations;
|
||||
|
||||
CArcCmdLineOptions():
|
||||
HelpMode(false),
|
||||
// LargePages(false),
|
||||
CaseSensitiveChange(false),
|
||||
CaseSensitive(false),
|
||||
|
||||
IsInTerminal(false),
|
||||
IsStdOutTerminal(false),
|
||||
IsStdErrTerminal(false),
|
||||
|
||||
StdInMode(false),
|
||||
StdOutMode(false),
|
||||
|
||||
EnableHeaders(false),
|
||||
|
||||
YesToAll(false),
|
||||
ShowDialog(false),
|
||||
TechMode(false),
|
||||
ShowTime(false),
|
||||
|
||||
ConsoleCodePage(-1),
|
||||
|
||||
Number_for_Out(k_OutStream_stdout),
|
||||
Number_for_Errors(k_OutStream_stderr),
|
||||
Number_for_Percents(k_OutStream_stdout),
|
||||
@@ -129,6 +145,7 @@ class CArcCmdLineParser
|
||||
{
|
||||
NCommandLineParser::CParser parser;
|
||||
public:
|
||||
UString Parse1Log;
|
||||
void Parse1(const UStringVector &commandStrings, CArcCmdLineOptions &options);
|
||||
void Parse2(CArcCmdLineOptions &options);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user