[#ArgsManager-ForceSetArg] = xref:ArgsManager.adoc[ArgsManager]::ForceSetArg :relfileprefix: ../ :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f2e381adfe8)]] void ForceSetArg( std::string const& strArg, std::string const& strValue); ---- == Parameters [cols="1,4"] |=== | Name| Description | *strArg* | Argument to set (e.g. "‐foo"). | *strValue* | Value to force the argument to. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#