Return boolean argument or default value
Declared in <common/args.h>
[[requires_capability(0x7f2e381adae8)]]
bool
GetBoolArg(
std::string const& strArg,
bool fDefault) const;
command-line argument or default value
| Name | Description |
|---|---|
| strArg | Argument to get (e.g. "-foo") |
| fDefault | (true or false) |