Revise usage text/handler

This commit is contained in:
jakcron
2022-03-13 13:45:29 +08:00
parent 031d45cfde
commit 51e3433bec
2 changed files with 26 additions and 71 deletions
+4
View File
@@ -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;