diff options
| author | Lywx <kiritodev01@gmail.com> | 2025-02-02 12:02:19 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-02 12:02:19 -0600 |
| commit | 053d97a433f3cfc9607b7cedb512d2e7ee1dc78a (patch) | |
| tree | d5facff3a9cca19c2ebf905634c54d9de7de7aba /src/main.cpp | |
| parent | 7526a83a51eedabf7f0243fc99bc808e255b6ad2 (diff) | |
Added debug on modding import
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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("<baserom.z64>", filename, "")->required()->check(CLI::ExistingFile); + modding_import->add_flag("-v,--verbose", debug, "Verbose Debug Mode"); modding_import->parse_complete_callback([&] { ArchiveType otrMode; |
