mirror of
https://github.com/open-goal/jak-project
synced 2026-07-10 07:07:04 -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
@@ -20,7 +20,7 @@
|
||||
int main(int argc, char** argv) {
|
||||
// hopefully get a debug print on github actions
|
||||
setup_cpu_info();
|
||||
file_util::setup_project_path();
|
||||
file_util::setup_project_path(std::nullopt);
|
||||
lg::initialize();
|
||||
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user