mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Added debug on modding import
This commit is contained in:
@@ -115,6 +115,7 @@ int main(int argc, char *argv[]) {
|
||||
|
||||
modding_import->add_option("mode", mode, "code, otr, o2r or header")->required();
|
||||
modding_import->add_option("<baserom.z64>", filename, "")->required()->check(CLI::ExistingFile);
|
||||
modding_import->add_flag("-v,--verbose", debug, "Verbose Debug Mode");
|
||||
|
||||
modding_import->parse_complete_callback([&] {
|
||||
ArchiveType otrMode;
|
||||
|
||||
Reference in New Issue
Block a user