Change -x/--extract option handling to be as a deprecated option.

This commit is contained in:
jakcron
2022-03-14 17:11:25 +08:00
parent 4ded736c72
commit b73d95ef89
2 changed files with 3 additions and 5 deletions
-2
View File
@@ -40,7 +40,6 @@ struct Settings
struct Options
{
bool info;
bool extract;
bool plain;
bool raw;
bool verbose;
@@ -124,7 +123,6 @@ struct Settings
infile.path = tc::Optional<tc::io::Path>();
opt.info = true;
opt.extract = true;
opt.plain = false;
opt.raw = false;
opt.verbose = false;