Forces an arg setting. Called by SoftSetArg() if the arg hasn't already been set. Also called directly in testing.
Declared in <common/args.h>
[[requires_capability(0x7f2e381adfe8)]]
void
ForceSetArg(
std::string const& strArg,
std::string const& strValue);
| Name | Description |
|---|---|
| strArg | Argument to set (e.g. "-foo"). |
| strValue | Value to force the argument to. |