ot::Cli::Utils::ParsePreference() method
Parses a given argument string as a route preference comparing it against "high", "med", or "low".
Arguments
aArg
The argument string to parse.
aPreference
Reference to a `otRoutePreference` to return the parsed preference.
Return value
OT_ERROR_NONE Successfully parsed @p aArg and updated @p aPreference. OT_ERROR_INVALID_ARG @p aArg is not a valid preference string "high", "med", or "low".