mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-03 16:59:04 +00:00
Revise usage text/handler
This commit is contained in:
@@ -39,6 +39,8 @@ struct Settings
|
||||
|
||||
struct Options
|
||||
{
|
||||
bool info;
|
||||
bool extract;
|
||||
bool plain;
|
||||
bool raw;
|
||||
bool verbose;
|
||||
@@ -121,6 +123,8 @@ struct Settings
|
||||
infile.filetype = FILE_TYPE_ERROR;
|
||||
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