mirror of
https://github.com/open-goal/jak-project
synced 2026-08-21 14:54:53 -04:00
extractor: split up extraction process and allow overriding data dir path (#1302)
* extractor: split up extraction process and allow overriding `data` dir path * lint: formatting * deps: add CLI11 dependency * extractor: refactor CLI arg handling
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@
|
||||
int main(int argc, char** argv) {
|
||||
fmt::print("[Mem] Top of main: {} MB\n", get_peak_rss() / (1024 * 1024));
|
||||
using namespace decompiler;
|
||||
if (!file_util::setup_project_path()) {
|
||||
if (!file_util::setup_project_path(std::nullopt)) {
|
||||
return 1;
|
||||
}
|
||||
lg::set_file(file_util::get_file_path({"log/decompiler.txt"}));
|
||||
|
||||
Reference in New Issue
Block a user