mergerfs.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-02-04 23:43:15 -06:00
parent 9003157532
commit 75f2bf6436

View File

@ -303,6 +303,7 @@ int
main(int argc_,
char **argv_)
{
State state;
auto data = toml::parse<toml::preserve_comments>("config.toml");
Branches2 branches(data["branches"]);