Indicates where an unrecognized flag was found.

Synopsis

Declared in <absl/flags/parse.h>

enum Source;

Members

Name

Description

kFromArgv

The flag was found on the original command line.

kFromFlagfile

The flag was read from a flag file.

Created with MrDocs