Searched defs:optionRegex (Results 1 – 2 of 2) sorted by relevance
169 static const std::regex optionRegex("^--(\\w+)(?:=(.+))?$"); in parseCommand() local
88 static const std::regex optionRegex("^--(\\w+)(?:=(.+))?$"); in parseShellCommand() local