9 #ifndef APP_VALIDATE_FLAG_H_
10 #define APP_VALIDATE_FLAG_H_
14 namespace edash_packager {
27 const std::string& flag_value,
34 void PrintError(
const std::string& error_message);
38 #endif // APP_VALIDATE_FLAG_H_
bool ValidateFlag(const char *flag_name, const std::string &flag_value, bool condition, bool optional, const char *label)
void PrintError(const std::string &error_message)