ot::Utils::CmdLineParser::Arg::ParseAsBool() const method
Parses the argument as a `bool` value. Zero value is treated as `false`, non-zero value as `true`.
Arguments
aBool
A reference to a `bool` variable to output the parsed value.
Return value
kErrorNone The argument was parsed successfully. kErrorInvalidArgs The argument is empty or does not contain valid number.