pub fn parse_field(arg: &str) -> Result<(String, Value)>
Parse a key=value custom-field assignment, coercing the value through YAML (so n=3 is an int, t=[a, b] a list, s=foo a string).
key=value
n=3
t=[a, b]
s=foo