Indicates whether a setting accepts overrides from the command line.
Synopsis
Declared in <folly/settings/Types.h>
enum class CommandLine : int;
Members
Name |
Description |
|
The setting can be overridden from the command line. |
|
The setting cannot be overridden from the command line. |
Created with MrDocs