branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-31 23:18:43 -06:00
parent 8843afc96b
commit 28123ac38b

View File

@ -27,6 +27,10 @@ namespace l
fs::glob(pattern,&paths);
auto table = v_;
table["path"] = paths[0];
branches_.emplace_back(table);
for(auto &path : paths)
{
table["path"] = path;