branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 22:19:35 -06:00
parent ff568417f0
commit 0b882c75a6

View File

@ -25,6 +25,9 @@ namespace l
pattern = v_.at("path").as_string();
fs::glob(pattern,&paths);
for(auto &path : paths)
fmt::print("path: {}\n",path);
}
static