Forces an arg setting. Called by SoftSetArg() if the arg hasn't already been set. Also called directly in testing.

Synopsis

Declared in <common/args.h>

[[requires_capability(0x7f2e381adfe8)]]
void
ForceSetArg(
    std::string const& strArg,
    std::string const& strValue);

Parameters

Name

Description

strArg

Argument to set (e.g. "‐foo").

strValue

Value to force the argument to.

Created with MrDocs