absl::UnrecognizedFlag::Source

Indicates where an unrecognized flag was found.

Synopsis

Declared in <absl/flags/parse.h>

enum Source;

Members

NameDescription
kFromArgv The flag was found on the original command line.
kFromFlagfile The flag was read from a flag file.