mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 00:39:03 +00:00
Change -x/--extract option handling to be as a deprecated option.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user