Fills database options from command‐line arguments.
Synopsis
Declared in <wallet/db.h>
void
ReadDatabaseArgs(
ArgsManager const& args,
DatabaseOptions& options);
Parameters
Name |
Description |
args |
The argument manager to read settings from. |
options |
The options to populate. |
Created with MrDocs