mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-03-01 18:39:41 +08:00
mergerfs.cpp
This commit is contained in:
parent
3a936dc743
commit
d5b411ce44
@ -305,7 +305,7 @@ main(int argc_,
|
|||||||
auto data = toml::parse<toml::preserve_comments>("config.toml");
|
auto data = toml::parse<toml::preserve_comments>("config.toml");
|
||||||
|
|
||||||
std::cout << data["branches"] << '\n';
|
std::cout << data["branches"] << '\n';
|
||||||
// Branches2 b(data["branches"]);
|
Branches2 b(data["branches"]);
|
||||||
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user