pub fn split_equals_token(token: &str) -> Result<CliOption, CliOptionError>Expand description
Splits a token like --key=value into a primitive CLI option.
ยงErrors
Returns CliOptionError when the token is missing the -- prefix, the =, or a valid name.