mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-02-02 01:18:10 +08:00
mergerfs.cpp
This commit is contained in:
parent
9003157532
commit
75f2bf6436
|
@ -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"]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user