|
@ -15,7 +15,7 @@ Branch2::Branch2(toml::value const &v_) |
|
|
std::cout << v_ << '\n'; |
|
|
std::cout << v_ << '\n'; |
|
|
|
|
|
|
|
|
enabled = v_.at("enabled").as_boolean(); |
|
|
enabled = v_.at("enabled").as_boolean(); |
|
|
mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str()); |
|
|
|
|
|
|
|
|
// mode = Mode::_from_string(toml::find<std::string>(v_,"mode").c_str());
|
|
|
min_free_space = 0; |
|
|
min_free_space = 0; |
|
|
path = toml::find<std::string>(v_,"path"); |
|
|
path = toml::find<std::string>(v_,"path"); |
|
|
} |
|
|
} |