Searched refs:optionRegex (Results 1 – 1 of 1) sorted by relevance
169 static const std::regex optionRegex("^--(\\w+)(?:=(.+))?$"); in parseCommand() local189 if (!std::regex_match(args[i], cm, optionRegex)) { in parseCommand()