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:
Tyler Wilding
2022-04-15 18:01:47 -04:00
committed by GitHub
parent 9168e20e18
commit ab063bf7b0
11 changed files with 9338 additions and 40 deletions
+1 -1
View File
@@ -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);