mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-01-22 12:05:15 +08:00
mergerfs.cpp
This commit is contained in:
parent
20df3f3331
commit
d0501b36c1
|
@ -304,8 +304,8 @@ main(int argc_,
|
|||
{
|
||||
auto data = toml::parse("config.toml");
|
||||
|
||||
// std::cout << data << '\n';
|
||||
Branches2 b(data["branches"]);
|
||||
std::cout << data["branches"] << '\n';
|
||||
// Branches2 b(data["branches"]);
|
||||
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user