mirror of
https://github.com/trapexit/mergerfs.git
synced 2024-04-21 12:31:43 +00:00
mergerfs.cpp
This commit is contained in:
@@ -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"]);
|
||||
|
||||
Reference in New Issue
Block a user