Apply block-storage options taken from the argument manager.
Declared in <node/blockmanager_args.h>
[[nodiscard]]
util::Result<void>
ApplyArgsManOptions(
ArgsManager const& args,
BlockManager::Options& opts);
An empty result on success, or an error describing the invalid option.
The return value should not be discarded.
| Name | Description |
|---|---|
| args | Argument manager holding the parsed settings. |
| opts | Block manager options to populate from args. |