Sets the usage reporting configuration callbacks. If any of the callbacks are not set in usage_config instance, then the default value of the callback is used.
Synopsis
Declared in <absl/flags/usage_config.h>
void
SetFlagsUsageConfig(FlagsUsageConfig usage_config);
Parameters
Name |
Description |
usage_config |
The usage reporting configuration to install. |
Created with MrDocs