Indicates where an unrecognized flag was found.
Synopsis
Declared in <absl/flags/parse.h>
enum Source;
Members
Name |
Description |
|
The flag was found on the original command line. |
|
The flag was read from a flag file. |
Created with MrDocs