Reports an error to stderr for all non‐ignored unrecognized flags in the provided unrecognized_flags list.
Synopsis
Declared in <absl/flags/parse.h>
void
ReportUnrecognizedFlags(std::vector<UnrecognizedFlag> const& unrecognized_flags);
Parameters
Name |
Description |
unrecognized_flags |
The unrecognized flags to report. |
Created with MrDocs