mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Allow multiple fallback parameters using =.
This commit is contained in:
@@ -49,7 +49,7 @@ static bool setFallbackFlag(const std::string& key, const std::string& value, bo
|
||||
std::string path = key.substr(2);
|
||||
ProtoField protoField = resolveProtoPath(&config, path);
|
||||
setProtoFieldFromString(protoField, value);
|
||||
return true;
|
||||
return uses_that;
|
||||
}
|
||||
|
||||
std::vector<std::string> FlagGroup::parseFlagsWithFilenames(int argc, const char* argv[],
|
||||
|
||||
Reference in New Issue
Block a user