Set an argument if it doesn't already have a value
Declared in <common/args.h>
[[requires_capability(0x7f2e381add68)]]
bool
SoftSetArg(
std::string const& strArg,
std::string const& strValue);
true if argument gets set, false if it already had a value
| Name | Description |
|---|---|
| strArg | Argument to set (e.g. "-foo") |
| strValue | Value (e.g. "1") |