Flags controlling how config and command line arguments are validated and interpreted.
Synopsis
Declared in <common/args.h>
enum Flags : uint32_t;
Members
Name |
Description |
|
disable validation |
|
disallow ‐nofoo syntax |
|
disallow ‐foo syntax that doesn't assign any value |
|
only valid when debugging is enabled |
|
value applies per‐network, not to the default section |
|
value is sensitive and should not be logged |
|
argument is a command rather than an option |
Created with MrDocs