From 053d97a433f3cfc9607b7cedb512d2e7ee1dc78a Mon Sep 17 00:00:00 2001 From: Lywx Date: Sun, 2 Feb 2025 12:02:19 -0600 Subject: Added debug on modding import --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index d3f6b44..23b80ff 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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("", filename, "")->required()->check(CLI::ExistingFile); + modding_import->add_flag("-v,--verbose", debug, "Verbose Debug Mode"); modding_import->parse_complete_callback([&] { ArchiveType otrMode; -- cgit v1.2.3