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